diff options
author | Jordan Augé <jordan.auge+fdio@cisco.com> | 2019-10-14 12:20:08 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@fd.io> | 2019-10-14 12:20:08 +0000 |
commit | 1f25155b97472252c42b8379e6baf01a0e491896 (patch) | |
tree | c24ca57edd061da3ec8a329b6cfceca9f6cbe533 /hicn-light/CMakeLists.txt | |
parent | 9a7c55f13bc399c89d47c02d1f08eccf3bb5df5e (diff) | |
parent | 853f6dbfb23affcb6f8d779ab6c73aa3c9853a39 (diff) |
Merge "[HICN-312] CMake file cleanup"
Diffstat (limited to 'hicn-light/CMakeLists.txt')
-rw-r--r-- | hicn-light/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hicn-light/CMakeLists.txt b/hicn-light/CMakeLists.txt index 1e5805d68..829c1d1f3 100644 --- a/hicn-light/CMakeLists.txt +++ b/hicn-light/CMakeLists.txt @@ -39,7 +39,6 @@ if(NOT WIN32) else () set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /wd4996") endif () - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g") if(${CMAKE_SYSTEM_NAME} STREQUAL "Android") message("############ Detected cross compile for $ENV{CMAKE_SYSTEM_NAME}") |