projects
/
platform
/
core
/
connectivity
/
bluetooth-frwk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ab3b7a
)
Remove the coverage check option for OAL library
73/186473/3
accepted/tizen/unified/20180816.134643
submit/tizen/20180814.011534
author
DoHyun Pyun
<dh79.pyun@samsung.com>
Fri, 10 Aug 2018 00:56:01 +0000
(09:56 +0900)
committer
DoHyun Pyun
<dh79.pyun@samsung.com>
Fri, 10 Aug 2018 02:02:44 +0000
(11:02 +0900)
Change-Id: I0bc439758904b1c311ff4dcf7ef763c5d0ec5ffb
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-oal/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/bt-oal/CMakeLists.txt
b/bt-oal/CMakeLists.txt
index
ff1b5d0
..
293a63e
100755
(executable)
--- a/
bt-oal/CMakeLists.txt
+++ b/
bt-oal/CMakeLists.txt
@@
-61,7
+61,7
@@
ENDFOREACH(flag)
SET(EXTRA_CFLAGS "${EXTRA_CFLAGS} -g ")
-SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC
-fprofile-arcs -ftest-coverage
")
+SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${EXTRA_CFLAGS} -fPIC")
FIND_PROGRAM(UNAME NAMES uname)
EXEC_PROGRAM("${UNAME}" ARGS "-m" OUTPUT_VARIABLE "ARCH")