Skip to content

Commit 377ea84

Browse files
authored
Update GNUmakefile
1 parent 6ff948f commit 377ea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
CC = $(SCL) $(GCC) $(PIPE) -w $(MARCH) -pthread -std=c99
1818
CXX = $(SCL) $(GXX) $(PIPE) -w $(MARCH) -pthread -std=c++11
1919
CPPFLAGS =
20-
CFLAGS = -Wno-psabi -O3 -fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE
20+
CFLAGS = -fno-math-errno -Wno-psabi -O3 -fno-stack-protector -fcf-protection=none -fno-stack-clash-protection U_FORTIFY_SOURCE
2121
CXXFLAGS = $(CFLAGS)
2222
LDFLAGS = -s -Wl,--as-needed
2323
LDLIBS = -lm -ldl -lrt

0 commit comments

Comments
 (0)