Skip to content

Commit

Permalink
Add warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbudgh committed Feb 11, 2011
1 parent c7adbc3 commit 8a809ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -7,7 +7,7 @@ OBJ=main.obj
DBG=dbg
REL=rel

CFLAGS_COMMON=/Zi /nologo
CFLAGS_COMMON=/Zi /nologo /W4 /WX
CFLAGS=$(CFLAGS_COMMON) /O2 /MD
CFLAGSD=$(CFLAGS_COMMON) /Od /MDd /RTC1 /RTCc

Expand Down

0 comments on commit 8a809ae

Please sign in to comment.