*** empty log message ***

This commit is contained in:
2007-04-04 14:02:09 +00:00
parent 039cf7be49
commit b19d1937ef
3 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@ C_OBJS = $(C_SRCS:.c=.obj)
CC = cl
LD = link
CFLAGS = /nologo /O2 /MT /W3 /GR- /Za -I../.. -DNDEBUG
CFLAGS = /nologo /O2 /MT /W3 /GR- /GS- /Za -I../.. -DNDEBUG
all: lib