]> gitweb.michael.orlitzky.com - bash.d.git/blob - compilation
609534503dc9fc11e126da16f8082642f97ea140
[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"