Skip to content

Commit 3127a08

Browse files
Donatien GarnierDanielZlotin
Donatien Garnier
authored andcommitted
Exclude unwinders from exported symbols (#67)
1 parent f7301f7 commit 3127a08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/compile/common.sh

+2
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ COMMON_LDFLAGS=" \
125125
-Wl,--icf=safe \
126126
-Wl,-z,noexecstack \
127127
-Wl,--gc-sections \
128+
-Wl,--exclude-libs,libgcc.a \
129+
-Wl,--exclude-libs,libunwind.a \
128130
"
129131

130132
COMMON_CFLAGS=" \

0 commit comments

Comments
 (0)