aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2015-10-06 13:55:32 -0400
committerRalph Amissah <ralph@amissah.com>2015-10-06 13:55:32 -0400
commite2c84cc367a1cf3920feca790a530e0571b6bd65 (patch)
tree26470d1bba5622c1d7782fa39feaf0756585cc48
parentdmd compiler warnings fixed (diff)
gdc flags, but gdc compilation still broken
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 54a1a73..08edd98 100644
--- a/makefile
+++ b/makefile
@@ -13,8 +13,8 @@ LDC_FLAG_BINOF=-of=
# gdc
GDC=gdc
GDC_FLAGS=
-GDC_FLAGS_DEBUG=-d-debug=checkdoc -d-debug=summary
-GDC_FLAGS_RELEASE=-release
+GDC_FLAGS_DEBUG=-fdebug=checkdoc -fdebug=summary
+GDC_FLAGS_RELEASE=-frelease
GDC_FLAG_BINOF=-o
# D compiler
D_COMPILER=LDC