aboutsummaryrefslogtreecommitdiffhomepage
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-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