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

Commit

Permalink
Merge pull request #520 from andralex/less-model
Browse files Browse the repository at this point in the history
[MINOR] $(MODEL_FLAG) not needed for doc and di generation
  • Loading branch information
jmdavis committed Jun 15, 2013
2 parents c965389 + 3f38ff8 commit 3bed70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix.mak
Expand Up @@ -51,7 +51,7 @@ endif

DFLAGS=$(MODEL_FLAG) -O -release -inline -w -Isrc -Iimport -property $(PIC)
UDFLAGS=$(MODEL_FLAG) -O -release -w -Isrc -Iimport -property $(PIC)
DDOCFLAGS=$(MODEL_FLAG) -c -w -o- -Isrc -Iimport -version=CoreDdoc
DDOCFLAGS=-c -w -o- -Isrc -Iimport -version=CoreDdoc

CFLAGS=$(MODEL_FLAG) -O $(PIC)

Expand Down Expand Up @@ -122,7 +122,7 @@ import: $(IMPORTS)

$(IMPDIR)/core/sync/%.di : src/core/sync/%.d
@mkdir -p `dirname $@`
$(DMD) $(MODEL_FLAG) -c -o- -Isrc -Iimport -Hf$@ $<
$(DMD) -c -o- -Isrc -Iimport -Hf$@ $<

######################## Header .di file copy ##############################

Expand Down

0 comments on commit 3bed70e

Please sign in to comment.