We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5e93d commit 3bdb728Copy full SHA for 3bdb728
src/Makefile.linux
@@ -8,6 +8,7 @@ EXESUFFIX =
8
BINDIR = ../bin
9
OBJDIR = obj
10
INCDIR = ./
11
+LDFLAGS = "-Wl,-allow-multiple-definition"
12
13
OSLIB = oslib_linux/oslib.a
14
JAMLIB = jamlib/jamlib.a
0 commit comments