summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJürgen Gehring <Juergen.Gehring@bmw.de>2014-04-14 11:38:13 +0200
committerGerrit Code Review <qqmthk1@lpmodthk02.bmwgroup.net>2014-04-14 11:38:13 +0200
commit257a549b10161d95ebe3f13057628daa17910c77 (patch)
tree1018f1df67a1a76351aea69fdcb4a1cc02cbd926
parent9a9c3effc9572d77e92698b438905d50f0fa11fd (diff)
parent7430c191d545b6b7f9de624e9fb16eb18ff1f395 (diff)
downloadgenivi-common-api-runtime-257a549b10161d95ebe3f13057628daa17910c77.tar.gz
Merge "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