Skip to content

Commit

Permalink
dev-lang/spidermonkey-1.8.5: honour CFLAGS, disable forced -O3 optimi…
Browse files Browse the repository at this point in the history
…zation

Bug: http://bugs.gentoo.org/571762

Package-Manager: portage-2.2.26
  • Loading branch information
axs-gentoo committed Jan 13, 2016
1 parent 4db8f14 commit b20ee3f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-lang/spidermonkey/spidermonkey-1.8.5-r4.ebuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

Expand Down Expand Up @@ -78,6 +78,8 @@ src_configure() {
--enable-readline \
--enable-threadsafe \
--with-system-nspr \
--disable-optimize \
--disable-profile-guided-optimization \
$(use_enable debug) \
$(use_enable static-libs static) \
$(use_enable test tests)
Expand Down

0 comments on commit b20ee3f

Please sign in to comment.