ehahn / paludis-bashrc

A bashrc for paludis supporting the Intel C++ compiler and per-package CFLAGS

This URL has Read+Write access

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