| With help of the gentoo
wiki ( http://en.gentoo-wiki.com/wiki/Hardware_CFLAGS ) I found this produces a nice GCC option list: echo "" | gcc -O3 -march=native -mtune=native -v -E - 2>&1 |grep cc1 |sed -r 's/.*? - -(.*)$/-\1/'
|
_______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev

