We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c564e commit cd176f1Copy full SHA for cd176f1
NativeCore/Unix/Makefile
@@ -11,7 +11,7 @@ CFLAGS = -Wall -fPIC -DRECLASSNET64=1
11
RESINC =
12
LIBDIR =
13
LIB = -lstdc++fs
14
-LDFLAGS = -shared
+LDFLAGS = -shared -Wl,--no-undefined
15
16
INC_DEBUG = $(INC)
17
CFLAGS_DEBUG = $(CFLAGS) -g
0 commit comments