mirror of
https://github.com/dlang-community/D-Scanner.git
synced 2025-04-26 05:10:03 +03:00
Fix range error in mismatched argument checker, disable logging from dsymbol
This commit is contained in:
parent
6dc1cb9191
commit
c09abbdab6
2 changed files with 55 additions and 52 deletions
2
makefile
2
makefile
|
@ -19,7 +19,7 @@ INCLUDE_PATHS = \
|
|||
-Idsymbol/src -Icontainers/src
|
||||
VERSIONS =
|
||||
DEBUG_VERSIONS = -version=std_parser_verbose
|
||||
DMD_FLAGS = -w -O -inline -J. -od${OBJ_DIR}
|
||||
DMD_FLAGS = -w -O -inline -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