From 0d8af5f7e2ed91b48d0bd9bcc4e5f45ceb614bd2 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Tue, 10 Sep 2019 16:17:17 +0200 Subject: [PATCH] cleanup --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 35e02325f3..e33f3dc34f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -92,8 +92,7 @@ if(USE_COMPILE_OPTIONS) EnTT INTERFACE $<$,$>>:-O0 -g> # it seems that -O3 ruins a bit the performance when using clang ... - INTERFACE $<$,$,$>:-O2> - INTERFACE $<$,$,$>:-O2> + INTERFACE $<$,$,$,$>>:-O2> # ... on the other side, GCC is incredibly comfortable with it. INTERFACE $<$,$>:-O3> )