mirror of
https://github.com/dlang/phobos.git
synced 2025-04-26 13:10:35 +03:00
Remove -de switch from Phobos builds to allow deprecations.
This commit is contained in:
parent
2168becf74
commit
59b371567b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -154,7 +154,7 @@ endif
|
|||
|
||||
# Set DFLAGS
|
||||
DFLAGS=
|
||||
override DFLAGS+=-conf= -I$(DRUNTIME_PATH)/import $(DMDEXTRAFLAGS) -w -de -preview=dip1000 -preview=dtorfields -preview=fieldwise $(MODEL_FLAG) $(PIC)
|
||||
override DFLAGS+=-conf= -I$(DRUNTIME_PATH)/import $(DMDEXTRAFLAGS) -w -preview=dip1000 -preview=dtorfields -preview=fieldwise $(MODEL_FLAG) $(PIC)
|
||||
ifeq ($(BUILD),debug)
|
||||
override DFLAGS += -g -debug
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue