From 853f6dbfb23affcb6f8d779ab6c73aa3c9853a39 Mon Sep 17 00:00:00 2001 From: Jordan Augé Date: Wed, 9 Oct 2019 14:40:24 +0200 Subject: [HICN-312] CMake file cleanup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifc61cf460082af828acb082c2ee640b3deecf7cc Signed-off-by: Jordan Augé --- hicn-light/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'hicn-light') 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}") -- cgit 1.2.3-korg