Skip to content

Commit 888ae90

Browse files
authored
[libc] Fix leftoever debug in 'f16fma' function (#100638)
Summary: This caused issues on NVPTX
1 parent 6d16361 commit 888ae90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/src/math/generic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4231,7 +4231,7 @@ add_entrypoint_object(
42314231
libc.src.__support.macros.properties.types
42324232
libc.src.__support.FPUtil.fma
42334233
COMPILE_OPTIONS
4234-
-O0 -ggdb3
4234+
-O3
42354235
)
42364236

42374237
add_entrypoint_object(

0 commit comments

Comments
 (0)