summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 11:07:57 +0200
committerMarcus Fritzsch <marcus_fritzsch@mentor.com>2017-08-08 17:24:00 +0200
commit59117e809f6d99cec642e1afc138ff50196afa45 (patch)
tree708577af28481c2fd16b679251cab9d68357746a /src
parent2665edde9f4d025f89d0a681e7bc3173eeb7616e (diff)
cmake: uncomment INTERPROCEDURAL_OPTIMIZATION setting
Signed-off-by: Marcus Fritzsch <marcus_fritzsch@mentor.com>
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index bbdb242..606192c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -61,7 +61,7 @@ target_compile_options(winman
set_target_properties(winman
PROPERTIES
- INTERPROCEDURAL_OPTIMIZATION ON
+ # INTERPROCEDURAL_OPTIMIZATION ON
CXX_EXTENSIONS OFF
CXX_STANDARD 14