We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbbf2e commit 705c030Copy full SHA for 705c030
1 file changed
make/compile-settings-gnu.mk
@@ -6,7 +6,7 @@ FLAGS_CODE_SANITY := \
6
-D_FORTIFY_SOURCE=2 \
7
-fPIC \
8
9
-FFLAGS_FP_SANITY := -finit-derived
+FFLAGS_FP_SANITY :=
10
ifeq ($(WITH_FPE_CHECKS),yes)
11
FFLAGS_FP_SANITY += -ffpe-trap=invalid,overflow,zero -finit-real=snan
12
endif
0 commit comments