diff options
Diffstat (limited to 'makefile.before')
-rw-r--r-- | makefile.before | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile.before b/makefile.before index 5d7ca04e9..a3bde8af0 100644 --- a/makefile.before +++ b/makefile.before @@ -17,7 +17,7 @@ NOT=$(if $(findstring 0,$(1)),1,0) CC ?= cl /nologo
CPP ?= $(CC)
-CCFLAGS += -c -GF -Gy #-Wall
+CCFLAGS += -c -GF -Gy -FS #-Wall
#CCFLAGS += -wd4996 -wd4738
LINK ?= link /nologo
|