Skip to content

Commit 2e91c74

Browse files
author
duke
committed
Backport 4b85ba90671c0ac816a772584c3eeb30ef9062ba
1 parent 1cd8cd8 commit 2e91c74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

make/StaticLibs.gmk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ else ifeq ($(call isTargetOs, aix), true)
116116
$(eval STATIC_LIB_EXPORT_FILES += $(lib).exp) \
117117
)
118118
STATIC_LIBS := -Wl,-bexpfull $(STATIC_LIB_FILES) $(addprefix -Wl$(COMMA)-bE:, $(STATIC_LIB_EXPORT_FILES))
119+
ifeq ($(DEBUG_LEVEL), slowdebug)
120+
STATIC_LIBS += -Wl,-bbigtoc
121+
endif
119122
else
120123
$(error Unsupported platform)
121124
endif

0 commit comments

Comments
 (0)