From e2c84cc367a1cf3920feca790a530e0571b6bd65 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 6 Oct 2015 13:55:32 -0400 Subject: gdc flags, but gdc compilation still broken --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') 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 -- cgit v1.2.3