diff options
author | rpj <rpj> | 2010-06-22 01:19:08 +0000 |
---|---|---|
committer | rpj <rpj> | 2010-06-22 01:19:08 +0000 |
commit | bfcab89e0889d1ce4a69345dbc238655299397c9 (patch) | |
tree | 9d74eb54cb4f7fe73ea89d8605437c485aa08ea2 /tests/Makefile | |
parent | 539bf1c730fc85554b05b267d82bc7ea6b1d9003 (diff) |
Minor fixes
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile index 70cec42..0042e02 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -68,7 +68,7 @@ VCXFLAGS = /GX /TP /D__CLEANUP_C CPLIB = $(VCLIB) CPDLL = $(VCDLL) -CFLAGS= $(OPTIM) /W3 /WX /MD /nologo /Yd /Zi +CFLAGS= $(OPTIM) /W3 /MD /nologo /Yd /Zi LFLAGS= /INCREMENTAL:NO INCLUDES=-I. BUILD_DIR=.. |