set ldflags for *BSD too
This commit is contained in:
parent
3b740361f1
commit
0e1acb4bd5
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ $(eval $(call gb_Library_add_exception_objects,vbaobj,\
|
|||
sc/source/ui/vba/vbawsfunction \
|
||||
))
|
||||
|
||||
ifeq ($(OS),LINUX)
|
||||
ifneq (,$(filter LINUX DRAGONFLY OPENBSD FREEBSD NETBSD, $(OS)))
|
||||
$(eval $(call gb_Library_set_ldflags,vbaobj,\
|
||||
$$(LDFLAGS) \
|
||||
-Wl$(COMMA)-O1 \
|
||||
|
|
Loading…
Reference in a new issue