Skip to content

Commit

Permalink
[libc] always compile hash_test with -O3 (#98718)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingerZhu committed Jul 13, 2024
1 parent 60e90a1 commit 2d2893d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libc/test/src/__support/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ add_libc_test(
libc.src.stdlib.rand
libc.src.stdlib.srand
libc.src.string.memset
COMPILE_OPTIONS
-O3
UNIT_TEST_ONLY
# Aligned Allocation is not supported in hermetic builds.
)
Expand Down

0 comments on commit 2d2893d

Please sign in to comment.