Update dparse and dsymbol

This commit is contained in:
Hackerpilot 2016-03-02 02:41:46 -08:00
parent 829d20fcd3
commit 95077d333d
9 changed files with 36 additions and 27 deletions

View file

@ -19,8 +19,8 @@ INCLUDE_PATHS = \
-Ilibdparse/experimental_allocator/src\
-Idsymbol/src -Icontainers/src
VERSIONS =
DEBUG_VERSIONS = -version=std_parser_verbose
DMD_FLAGS = -w -O -inline -J. -od${OBJ_DIR} -version=StdLoggerDisableWarning
DEBUG_VERSIONS = -version=dparse_verbose
DMD_FLAGS = -w -inline -release -O -J. -od${OBJ_DIR} -version=StdLoggerDisableWarning
DMD_TEST_FLAGS = -w -g -unittest -J.
all: dmdbuild