lean4-htt/tests/compiler/test_flags.sh.in
Leonardo de Moura 259941c184 chore(tests/compiler/test_flags): include release flags
@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.
2019-02-07 16:30:30 -08:00

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@'