summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Langlotz <johannes.langlotz@partner.bmw.de>2014-03-31 14:48:53 +0200
committerJohannes Langlotz <johannes.langlotz@partner.bmw.de>2014-03-31 14:48:53 +0200
commit7430c191d545b6b7f9de624e9fb16eb18ff1f395 (patch)
treef5539a9de5b92b9bc8ebab4ee2b680ca0263e821
parentbebfdf2c5d21edf6f418f686ec366188ed499ec2 (diff)
downloadgenivi-common-api-runtime-7430c191d545b6b7f9de624e9fb16eb18ff1f395.tar.gz
GLIPCI-244
Added O0 optimization flag to CMakeLists.txt.
-rw-r--r--CommonAPI-Examples/e01HelloWorld/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CommonAPI-Examples/e01HelloWorld/CMakeLists.txt b/CommonAPI-Examples/e01HelloWorld/CMakeLists.txt
index 2ed85a7..08ac6ee 100644
--- a/CommonAPI-Examples/e01HelloWorld/CMakeLists.txt
+++ b/CommonAPI-Examples/e01HelloWorld/CMakeLists.txt
@@ -15,7 +15,7 @@ else()
endif()
project(${PRJ_NAME})
set(CMAKE_VERBOSE_MAKEFILE on)
-set(CMAKE_CXX_FLAGS "-Wall -std=c++0x")
+set(CMAKE_CXX_FLAGS "-Wall -std=c++0x -O0")
set(CMAKE_BUILD_TYPE Debug)
# DBus Path