forked from pool/MozillaThunderbird
Accepting request 355724 from home:olh:branches:mozilla:Factory
- Using -g for CFLAGS is controlled via project settings, it should not be enforced by the mozilla buildsystem. OBS-URL: https://build.opensuse.org/request/show/355724 OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=302
This commit is contained in:
parent
7116c1cc9d
commit
357946612d
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 25 10:39:23 UTC 2016 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Using -g for CFLAGS is controlled via project settings, it should
|
||||||
|
not be enforced by the mozilla buildsystem.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 18 07:32:51 UTC 2016 - olaf@aepfle.de
|
Mon Jan 18 07:32:51 UTC 2016 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@ -244,6 +244,10 @@ export LDFLAGS="${LDFLAGS} -Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
|
|||||||
%endif
|
%endif
|
||||||
export CXXFLAGS="$CFLAGS"
|
export CXXFLAGS="$CFLAGS"
|
||||||
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
|
export MOZCONFIG=$RPM_BUILD_DIR/mozconfig
|
||||||
|
# -g might be part of RPM_OPT_FLAGS, depending on the debuginfo setting in prj config
|
||||||
|
# gcc lacks a an explicit -noop, so use something similar to make sure -g
|
||||||
|
# is not forced into CFLAGS
|
||||||
|
export MOZ_DEBUG_FLAGS="-pipe"
|
||||||
#
|
#
|
||||||
cat << EOF > $MOZCONFIG
|
cat << EOF > $MOZCONFIG
|
||||||
mk_add_options MOZILLA_OFFICIAL=1
|
mk_add_options MOZILLA_OFFICIAL=1
|
||||||
|
Loading…
Reference in New Issue
Block a user