diff options
author | José Bollo <jose.bollo@iot.bzh> | 2017-10-10 18:21:23 +0200 |
---|---|---|
committer | José Bollo <jose.bollo@iot.bzh> | 2017-10-10 18:21:23 +0200 |
commit | b55a56d550d4a62a63e175f87c89a0a6c55e691e (patch) | |
tree | aac8536ca1e46721e640781c6b6f2c78f0d45fac | |
parent | 8145fbf6ddca62854bd6afdd79f6dd391e0097d0 (diff) |
Remove explicit Debug build type
Change-Id: Ib9a793035b36ddf6f4c7cff2b814ba37bf662861
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 16d9b802..e1990923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,9 +29,6 @@ set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-fram SET(LIBAFBWSC_VERSION "1.0") SET(LIBAFBWSC_SOVERSION "1") -SET(CMAKE_BUILD_TYPE Debug) -SET(CMAKE_POSITION_INDEPENDENT_CODE ON) - INCLUDE(FindPkgConfig) INCLUDE(CheckIncludeFiles) INCLUDE(CheckLibraryExists) |