mirror of
https://github.com/dlang/tools.git
synced 2025-04-26 13:10:36 +03:00
Merge pull request #383 from PetarKirov/build-with-dip1000
Build everything with -preview=dip1000
This commit is contained in:
commit
b5e4c620a0
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ endif
|
|||
WARNINGS = -w -de
|
||||
# default include/link paths, override by setting DFLAGS (e.g. make -f posix.mak DFLAGS=-I/foo)
|
||||
DFLAGS = -I$(DRUNTIME_PATH)/import -I$(PHOBOS_PATH) \
|
||||
-L-L$(PHOBOS_PATH)/generated/$(OS)/$(BUILD)/$(MODEL) $(MODEL_FLAG) -fPIC -dip25
|
||||
-L-L$(PHOBOS_PATH)/generated/$(OS)/$(BUILD)/$(MODEL) $(MODEL_FLAG) -fPIC -preview=dip1000
|
||||
DFLAGS += $(WARNINGS)
|
||||
|
||||
# Default DUB flags (DUB uses a different architecture format)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue