diff options
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 | 
