Skip to content

Commit 3ae4282

Browse files
committed
Drop -Xlinker for gdc.
Fixes #349
1 parent 43060ab commit 3ae4282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GNUmakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ all: libs shared-libs test
3434

3535
ifeq ("$(DC)","gdc")
3636
DCFLAGS?=-O2
37-
LINKERFLAG?=-Xlinker
37+
LINKERFLAG?=
3838
DDOCFLAGS=-fsyntax-only -c -fdoc -fdoc-file=$@
3939
DDOCINC=-fdoc-inc=
4040
output=-o $@

0 commit comments

Comments
 (0)