Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit f704a6e

Browse files
committed
make: Add -transition=complex to the build flags
1 parent 2890c13 commit f704a6e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

posix.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ ifeq (solaris,$(OS))
7979
endif
8080

8181
# Set DFLAGS
82-
UDFLAGS:=-conf= -Isrc -Iimport -w -de -dip1000 -preview=fieldwise $(MODEL_FLAG) $(PIC) $(OPTIONAL_COVERAGE) -preview=dtorfields
82+
UDFLAGS:=-conf= -Isrc -Iimport -w -de -dip1000 -preview=fieldwise $(MODEL_FLAG) $(PIC) $(OPTIONAL_COVERAGE) -preview=dtorfields -transition=complex
8383
ifeq ($(BUILD),debug)
8484
UDFLAGS += -g -debug
8585
DFLAGS:=$(UDFLAGS)

win32.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ HOST_DMD=dmd
1414
DOCDIR=doc
1515
IMPDIR=import
1616

17-
DFLAGS=-m$(MODEL) -conf= -O -release -dip1000 -preview=fieldwise -preview=dtorfields -inline -w -Isrc -Iimport
18-
UDFLAGS=-m$(MODEL) -conf= -O -release -dip1000 -preview=fieldwise -w -Isrc -Iimport
17+
DFLAGS=-m$(MODEL) -conf= -O -release -dip1000 -preview=fieldwise -preview=dtorfields -transition=complex -inline -w -Isrc -Iimport
18+
UDFLAGS=-m$(MODEL) -conf= -O -release -dip1000 -preview=fieldwise -transition=complex -w -Isrc -Iimport
1919
DDOCFLAGS=-conf= -c -w -o- -Isrc -Iimport -version=CoreDdoc
2020

2121
UTFLAGS=-version=CoreUnittest -unittest -checkaction=context

win64.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ IMPDIR=import
3030
MAKE=make
3131
HOST_DMD=dmd
3232

33-
DFLAGS=-m$(MODEL) -conf= -O -release -dip1000 -preview=fieldwise -preview=dtorfields -inline -w -Isrc -Iimport
34-
UDFLAGS=-m$(MODEL) -conf= -O -release -dip1000 -preview=fieldwise -w -version=_MSC_VER_$(_MSC_VER) -Isrc -Iimport
33+
DFLAGS=-m$(MODEL) -conf= -O -release -dip1000 -preview=fieldwise -preview=dtorfields -transition=complex -inline -w -Isrc -Iimport
34+
UDFLAGS=-m$(MODEL) -conf= -O -release -dip1000 -preview=fieldwise -transition=complex -w -version=_MSC_VER_$(_MSC_VER) -Isrc -Iimport
3535
DDOCFLAGS=-conf= -c -w -o- -Isrc -Iimport -version=CoreDdoc
3636

3737
UTFLAGS=-version=CoreUnittest -unittest -checkaction=context

0 commit comments

Comments
 (0)