]> gitweb.michael.orlitzky.com - bash.d.git/blob - compilation
aliases: add the "youtube-dl-mp3" alias to download mp3s from Youtube.
[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"