Skip to content

Commit 2d2893d

Browse files
[libc] always compile hash_test with -O3 (#98718)
1 parent 60e90a1 commit 2d2893d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/test/src/__support/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,8 @@ add_libc_test(
200200
libc.src.stdlib.rand
201201
libc.src.stdlib.srand
202202
libc.src.string.memset
203+
COMPILE_OPTIONS
204+
-O3
203205
UNIT_TEST_ONLY
204206
# Aligned Allocation is not supported in hermetic builds.
205207
)

0 commit comments

Comments
 (0)