Kaydet (Commit) 34a167e1 authored tarafından Richard PALO's avatar Richard PALO Kaydeden (comit) Michael Stahl

Sun ld doesn't support -O1 optimize flag

reported by Gabriele Bulfon (gbulfon@sonicle)

Change-Id: Ie0ff8fe296054a7a266b4c73c30938bb2b7353ea
Reviewed-on: https://gerrit.libreoffice.org/14484Tested-by: 's avatarMichael Stahl <mstahl@redhat.com>
Reviewed-by: 's avatarMichael Stahl <mstahl@redhat.com>
üst ac06ab26
...@@ -83,11 +83,8 @@ gb_LinkTarget_LDFLAGS += \ ...@@ -83,11 +83,8 @@ gb_LinkTarget_LDFLAGS += \
endif endif
ifneq ($(gb_DEBUGLEVEL),0) # sun ld doesn't understand -O1 optimize flag
gb_LINKEROPTFLAGS := gb_LINKEROPTFLAGS :=
else
gb_LINKEROPTFLAGS := -Wl,-O1
endif
ifeq ($(gb_SYMBOL),$(true)) ifeq ($(gb_SYMBOL),$(true))
gb_LINKERSTRIPDEBUGFLAGS := gb_LINKERSTRIPDEBUGFLAGS :=
......
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