@kha The `-O3` option is not at CMAKE_CXX_FLAGS, but in build mode specific configuration. I added this hack because I want to include performance tests too. Perhaps, I should move performance tests to a different directory.
4 lines
143 B
Bash
4 lines
143 B
Bash
CXX='@CMAKE_CXX_COMPILER@'
|
|
CXX_FLAGS='@CMAKE_CXX_FLAGS@ @CMAKE_CXX_FLAGS_RELEASE@'
|
|
LINKER_FLAGS='@CMAKE_EXE_LINKER_FLAGS@'
|
|
LIBS='@EXTRA_LIBS@'
|