aboutsummarylogtreecommitdiffstats
path: root/buildenv_ext.conf
blob: e034fa916c3b6ec20bde5cc2edd667603c8badda (plain)
1
2
3
4
5
6
#-- lto{,-clang}:      Use monolithic link-time optimization (use "lto-clang" for clang/llvm)
#-- lto-thin{,-clang}: Use partitioned link-time optimization (use "lto-thin-clang" for clang/llvm)
#-- pgo:               Generate or utilize profile guided optimization (requires two build and install cycles)
#-- {graphite,polly}:  Use polyhedral model optimization (use "polly" for clang/llvm)
#-- rice{,-clang}:     Use extreme and unsafe optimization (use "rice-clang" for clang/llvm)
#-- mold:              Use the fast mold linker (does not work with lto, and for gcc versions under 12)