take c++ flag out of cflags to prevent warning in makefile.mamemingw

This commit is contained in:
dinkc64 2015-12-20 14:20:29 +00:00
parent a02d5109b4
commit bda9ac502e
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ AS = nasm
LDFLAGS = -static
CFLAGS = -pipe \
-std=gnu++11 -O1 \
-std=gnu99 -O1 \
-mwindows \
-fforce-addr -finline-limit=1200 -fthread-jumps \
-fexpensive-optimizations \