tup: engage supercharge boosters;

This commit is contained in:
bjorn 2021-07-21 03:32:28 -07:00
parent 95d23e8739
commit cd69ffa5da
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ lflags += config.optimize and (target == 'macos' and '-Wl,-dead_strip' or '-Wl,-
base_flags = {
config.debug and '-g' or '',
config.optimize and '-Os' or '',
config.supercharge and '-flto' or '',
config.supercharge and '-flto -march=native -DLOVR_UNCHECKED' or '',
config.sanitize and '-fsanitize=address,undefined' or '',
}