Skip to content

Commit

Permalink
-property is deprecated.
Browse files Browse the repository at this point in the history
This commit removes it from the makefile.
  • Loading branch information
PhilippeSigaud committed Jan 31, 2016
1 parent bf9b364 commit a6cbb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
all:
dmd -property -w -wi -O -release -noboundscheck -lib -oflibpegged.a pegged/peg.d pegged/grammar.d pegged/parser.d pegged/introspection.d pegged/dynamic/grammar.d pegged/dynamic/peg.d
dmd -w -wi -O -release -noboundscheck -lib -oflibpegged.a pegged/peg.d pegged/grammar.d pegged/parser.d pegged/introspection.d pegged/dynamic/grammar.d pegged/dynamic/peg.d

clean:
rm -f libpegged.a

0 comments on commit a6cbb75

Please sign in to comment.