mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
- disable build with -fPIC on i386 target - enable build with linker plugin support (-fuse-linker-plugin) - enable build with gold linker support (-fuse-ld=gold) - enable some loop and grphite optimatizations (-ftree-loop-distribution, -floop-interchange, -floop-strip-mine, -floop-block, -fgraphite-identity, -fno-ipa-sra) - enable "-Wl,--as-needed" linker flags - cleanups