We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ff948f commit 377ea84Copy full SHA for 377ea84
GNUmakefile
@@ -17,7 +17,7 @@
17
CC = $(SCL) $(GCC) $(PIPE) -w $(MARCH) -pthread -std=c99
18
CXX = $(SCL) $(GXX) $(PIPE) -w $(MARCH) -pthread -std=c++11
19
CPPFLAGS =
20
-CFLAGS = -Wno-psabi -O3 -fno-stack-protector -fcf-protection=none -fno-stack-clash-protection -U_FORTIFY_SOURCE
+CFLAGS = -fno-math-errno -Wno-psabi -O3 -fno-stack-protector -fcf-protection=none -fno-stack-clash-protection U_FORTIFY_SOURCE
21
CXXFLAGS = $(CFLAGS)
22
LDFLAGS = -s -Wl,--as-needed
23
LDLIBS = -lm -ldl -lrt
0 commit comments