Skip to content

Commit cd176f1

Browse files
committed
Force unix core to link with all symbols or fail with warning
1 parent 39c564e commit cd176f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NativeCore/Unix/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CFLAGS = -Wall -fPIC -DRECLASSNET64=1
1111
RESINC =
1212
LIBDIR =
1313
LIB = -lstdc++fs
14-
LDFLAGS = -shared
14+
LDFLAGS = -shared -Wl,--no-undefined
1515

1616
INC_DEBUG = $(INC)
1717
CFLAGS_DEBUG = $(CFLAGS) -g

0 commit comments

Comments
 (0)