mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-16 21:23:28 +01:00
profiles: updating make.defaults for a more sane build environment, this may break all pentoo users
This commit is contained in:
parent
92517ea2be
commit
65027e2b2d
1 changed files with 14 additions and 1 deletions
|
|
@ -7,9 +7,17 @@
|
|||
# more effectively
|
||||
LDFLAGS="${LDFLAGS} -Wl,--hash-style=gnu"
|
||||
|
||||
#Adding -frecord-gcc-switches to help track down packages which don't respect *FLAGS
|
||||
#should probably leave a note in /etc/portage/make.conf about keeping this when override
|
||||
CFLAGS="${CFLAGS} -frecord-gcc-switches"
|
||||
CXXFLAGS="${CXXFLAGS -frecord-gcc-switches"
|
||||
FFLAGS="${FFLAGS} -frecord-gcc-switches"
|
||||
FCFLAGS="${FCFLaGS} -frecord-gcc-switches"
|
||||
|
||||
#add --getbinpkg=y and PORTAGE_BINHOST when we have binhost offered
|
||||
FEATURES="${FEATURES} usersandbox protect-owned userpriv userfetch fixlafiles news parallel-fetch sfperms unmerge-orphans unknown-features-warn usersync multilib-strict"
|
||||
|
||||
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid"
|
||||
EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --ask-enter-invalid --keep-going=y --binpkg-respect-use=y --tree --verbose"
|
||||
|
||||
XFCE_PLUGINS="${XFCE_PLUGINS} brightness menu logout trash"
|
||||
|
||||
|
|
@ -17,3 +25,8 @@ INPUT_DEVICES="evdev"
|
|||
|
||||
# Log eqawarn messages
|
||||
PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"
|
||||
|
||||
RUBY_TARGETS="ruby18 ruby19"
|
||||
USE_PYTHON="2.7 3.2"
|
||||
|
||||
PORTAGE_NICENESS="9"
|
||||
|
|
|
|||
Loading…
Reference in a new issue