diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-10-06 13:55:32 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-10-06 13:55:32 -0400 |
commit | e2c84cc367a1cf3920feca790a530e0571b6bd65 (patch) | |
tree | 26470d1bba5622c1d7782fa39feaf0756585cc48 /makefile | |
parent | dmd compiler warnings fixed (diff) |
gdc flags, but gdc compilation still broken
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |