mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
Update dparse and dsymbol
This commit is contained in:
parent
829d20fcd3
commit
95077d333d
9 changed files with 36 additions and 27 deletions
4
makefile
4
makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue