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 d9b276a commit 599388dCopy full SHA for 599388d
src/nmath/standalone/Makefile.win
@@ -1,7 +1,7 @@
1
#-*- Makefile -*-
2
include ../../gnuwin32/MkRules
3
4
-CFLAGS = -O3 -Wall -pedantic $(EOPTS)
+CFLAGS = -O3 -Wall -pedantic $(CSTD) $(EOPTS)
5
ifdef DEBUG
6
CFLAGS += $(G_FLAG)
7
DLLFLAGS =
0 commit comments