Remove compiler flag for FP conversions. Now unnecessary.

Undo #1355. #1397 #1411
This commit is contained in:
Mike Pall
2025-11-27 17:48:44 +01:00
parent f80b349d54
commit 1acb204447

View 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.