Skip to content

Commit 7d21a1a

Browse files
committed
remove -Xclang before -fdenormal-fp-math=dynamic
1 parent 3da9705 commit 7d21a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libclc/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ foreach( t ${LIBCLC_TARGETS_TO_BUILD} )
412412
# Error on undefined macros
413413
-Werror=undef
414414
-fdiscard-value-names
415-
-Xclang -fdenormal-fp-math=dynamic
415+
-fdenormal-fp-math=dynamic
416416
)
417417

418418
if( NOT "${cpu}" STREQUAL "" )

0 commit comments

Comments
 (0)