Kaydet (Commit) 4d204919 authored tarafından Luboš Luňák's avatar Luboš Luňák

when stripping is disabled, strip nothing

üst e9877935
......@@ -150,8 +150,6 @@ endif
ifneq ($(gb_SYMBOL),$(true))
ifeq ($(gb_STRIP),$(true))
gb_LinkTarget_LDFLAGS += -Wl,--strip-all
else
gb_LinkTarget_LDFLAGS += -Wl,--strip-debug
endif
endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment