public
Description: A bashrc for paludis supporting the Intel C++ compiler and per-package CFLAGS
Homepage: http://ihatenicks.bplaced.net/paludis-bashrc/
Clone URL: git://github.com/ehahn/paludis-bashrc.git
paludis-bashrc / gccflags.conf
100644 6 lines (3 sloc) 0.205 kb
1
2
3
4
5
6
*/* -march=native -pipe -O2 -fomit-frame-pointer # The usual defaults
dev-lang/python -O3 # that's how you add flags per package
 
app-emulation/wine +fomit-frame-pointer # and that's how you remove them