]> git.ipfire.org Git - thirdparty/LuaJIT.git/commitdiff
Remove compiler flag for FP conversions. Now unnecessary.
authorMike Pall <mike>
Thu, 27 Nov 2025 16:48:44 +0000 (17:48 +0100)
committerMike Pall <mike>
Thu, 27 Nov 2025 16:48:44 +0000 (17:48 +0100)
Undo #1355. #1397 #1411

src/Makefile

index e657af13430024aa8b97e610b9da811f47f11517..969bf2891368a6726919cd34a2cf8d71b02e1a9d 100644 (file)
@@ -302,9 +302,6 @@ endif
 ifneq (,$(INSTALL_LJLIBD))
   TARGET_XCFLAGS+= -DLUA_LJDIR=\"$(INSTALL_LJLIBD)\"
 endif
-ifeq (,$(shell $(TARGET_CC) -o /dev/null -c -x c /dev/null -fno-strict-float-cast-overflow 2>/dev/null || echo 1))
-  TARGET_XCFLAGS+= -fno-strict-float-cast-overflow
-endif
 
 ##############################################################################
 # Target system detection.