We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d55b11a commit 4c0bc89Copy full SHA for 4c0bc89
1 file changed
tests/X86/CMakeLists.txt
@@ -63,7 +63,7 @@ function(COMPILE_X86_TESTS name address_size has_avx has_avx512)
63
target_compile_definitions(run-${name}-tests PUBLIC ${PROJECT_DEFINITIONS})
64
65
# Without optimizations the tests take infinitely long
66
- target_compile_options(run-${name}-tests PRIVATE $<$<CONFIG:Debug>:-O1>)
+ target_compile_options(run-${name}-tests PRIVATE $<$<CONFIG:Debug>:-O2>)
67
68
target_compile_options(run-${name}-tests
69
PRIVATE ${X86_TEST_FLAGS}
0 commit comments