This commit is contained in:
Radovan Bast
2015-05-22 15:57:23 +02:00
parent 11cd9bfc1a
commit 694641a74b
14 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,5 @@
if(CMAKE_CXX_COMPILER_ID MATCHES Intel)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unknown-pragmas")
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG")
set(CMAKE_CXX_FLAGS_DEBUG "-O0 -debug -DDEBUG")
endif()