Skip to content

Commit 705c030

Browse files
build: remove accidentally readded -finit-derived
This should have been part of 5eb355a
1 parent ffbbf2e commit 705c030

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

make/compile-settings-gnu.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ FLAGS_CODE_SANITY := \
66
-D_FORTIFY_SOURCE=2 \
77
-fPIC \
88

9-
FFLAGS_FP_SANITY := -finit-derived
9+
FFLAGS_FP_SANITY :=
1010
ifeq ($(WITH_FPE_CHECKS),yes)
1111
FFLAGS_FP_SANITY += -ffpe-trap=invalid,overflow,zero -finit-real=snan
1212
endif

0 commit comments

Comments
 (0)