]> gitweb.michael.orlitzky.com - bash.d.git/blob - compilation
Remove deprecated GREP_OPTIONS.
[bash.d.git] / compilation
1 #!/bin/bash
2
3 # Grab CFLAGS, etc. from make.conf.
4 source /etc/portage/make.conf
5
6 # LDFLAGS comes from.. somewhere else.
7 export LDFLAGS="-Wl,-O1 -Wl,--as-needed"