Skip to content

Commit 4c0bc89

Browse files
committed
Blindly try -O2 for X86 tests to see if that fixes anything
1 parent d55b11a commit 4c0bc89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/X86/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function(COMPILE_X86_TESTS name address_size has_avx has_avx512)
6363
target_compile_definitions(run-${name}-tests PUBLIC ${PROJECT_DEFINITIONS})
6464

6565
# Without optimizations the tests take infinitely long
66-
target_compile_options(run-${name}-tests PRIVATE $<$<CONFIG:Debug>:-O1>)
66+
target_compile_options(run-${name}-tests PRIVATE $<$<CONFIG:Debug>:-O2>)
6767

6868
target_compile_options(run-${name}-tests
6969
PRIVATE ${X86_TEST_FLAGS}

0 commit comments

Comments
 (0)