Skip to content
Snippets Groups Projects
Commit ca9d67a7 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1998-05-15 14:48:08 by simonm]

only strip libraries if $(StripLibraries) eq "YES"
parent 5b33f5fd
No related merge requests found
......@@ -328,7 +328,7 @@ endif
# Remove local symbols from library objects if requested.
#
ifneq "$(StripLibraries)" ""
ifeq "$(StripLibraries)" "YES"
ifneq "$(filter -split-objs,$(HC_OPTS))" ""
SRC_HC_POST_OPTS += \
for i in $(basename $@)/*; do \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment