build all solenv build tools always as optimized
Because they are tools used during the build. Change-Id: I66ef65c16551a5242dcc687e200c81cdab7b463f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125251 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
This commit is contained in:
parent
82dab2e8c7
commit
f0b745e59f
4 changed files with 4 additions and 4 deletions
|
@ -10,7 +10,7 @@
|
|||
$(eval $(call gb_Executable_Executable,g++-wrapper))
|
||||
|
||||
$(eval $(call gb_Executable_add_exception_objects,g++-wrapper,\
|
||||
solenv/gcc-wrappers/g++ \
|
||||
solenv/gcc-wrappers/g++, $(gb_COMPILEROPTFLAGS) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Executable_use_static_libraries,g++-wrapper,\
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
$(eval $(call gb_Executable_Executable,gbuildtojson))
|
||||
|
||||
$(eval $(call gb_Executable_add_exception_objects,gbuildtojson,\
|
||||
solenv/gbuildtojson/gbuildtojson \
|
||||
solenv/gbuildtojson/gbuildtojson, $(gb_COMPILEROPTFLAGS) \
|
||||
))
|
||||
|
||||
# vim:set noet sw=4 ts=4:
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
$(eval $(call gb_Executable_Executable,gcc-wrapper))
|
||||
|
||||
$(eval $(call gb_Executable_add_exception_objects,gcc-wrapper,\
|
||||
solenv/gcc-wrappers/gcc \
|
||||
solenv/gcc-wrappers/gcc, $(gb_COMPILEROPTFLAGS) \
|
||||
))
|
||||
|
||||
$(eval $(call gb_Executable_use_static_libraries,gcc-wrapper,\
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
$(eval $(call gb_StaticLibrary_StaticLibrary,wrapper))
|
||||
|
||||
$(eval $(call gb_StaticLibrary_add_exception_objects,wrapper,\
|
||||
solenv/gcc-wrappers/wrapper \
|
||||
solenv/gcc-wrappers/wrapper, $(gb_COMPILEROPTFLAGS) \
|
||||
))
|
||||
|
||||
# vim:set noet sw=4 ts=4:
|
||||
|
|
Loading…
Reference in a new issue