Skip to content

Commit

Permalink
Add -property to default build to prevent regressions.
Browse files Browse the repository at this point in the history
  • Loading branch information
dnadlinger committed Dec 4, 2011
1 parent e312f98 commit 3afa5e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -111,7 +111,7 @@ ifeq ($(CC),cc)
endif

# Set DFLAGS
DFLAGS := -I$(DRUNTIME_PATH)/import $(DMDEXTRAFLAGS) -w -d -m$(MODEL)
DFLAGS := -I$(DRUNTIME_PATH)/import $(DMDEXTRAFLAGS) -w -d -property -m$(MODEL)
ifeq ($(BUILD),debug)
DFLAGS += -g -debug
else
Expand Down
4 changes: 2 additions & 2 deletions win32.mak
Expand Up @@ -35,13 +35,13 @@ CFLAGS=-mn -6 -r

## Flags for dmd D compiler

DFLAGS=-O -release -nofloat -w -d
DFLAGS=-O -release -nofloat -w -d -property
#DFLAGS=-unittest -g -d
#DFLAGS=-unittest -cov -g -d

## Flags for compiling unittests

UDFLAGS=-O -nofloat -w -d
UDFLAGS=-O -nofloat -w -d -property

## C compiler

Expand Down

0 comments on commit 3afa5e3

Please sign in to comment.