aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/test.mak
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test.mak')
-rw-r--r--test/unit/test.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/test.mak b/test/unit/test.mak
index 116c6c0d5..9e1c9acf4 100644
--- a/test/unit/test.mak
+++ b/test/unit/test.mak
@@ -4,9 +4,9 @@
DEL = del /q
EXE = unitTest.exe
-INCLUDEDIRS = /I../../include /I../../src /I../../lexlib
+INCLUDEDIRS = /I../../include /I../../src
-CXXFLAGS = /EHsc /std:c++17 /D_HAS_AUTO_PTR_ETC=1 /wd 4805 $(INCLUDEDIRS)
+CXXFLAGS = /EHsc /std:c++17 $(OPTIMIZATION) /nologo /D_HAS_AUTO_PTR_ETC=1 /wd 4805 $(INCLUDEDIRS)
# Files in this directory containing tests
TESTSRC=test*.cxx