Skip to content

Commit

Permalink
Drop -Xlinker for gdc.
Browse files Browse the repository at this point in the history
Fixes #349
  • Loading branch information
MikeWey committed Apr 21, 2022
1 parent 43060ab commit 3ae4282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ all: libs shared-libs test

ifeq ("$(DC)","gdc")
DCFLAGS?=-O2
LINKERFLAG?=-Xlinker
LINKERFLAG?=
DDOCFLAGS=-fsyntax-only -c -fdoc -fdoc-file=$@
DDOCINC=-fdoc-inc=
output=-o $@
Expand Down

0 comments on commit 3ae4282

Please sign in to comment.