tup: Add -fPIE;

This commit is contained in:
bjorn 2022-08-01 21:24:41 -07:00
parent ac104e6f41
commit 8a5c09ac1b
1 changed files with 1 additions and 0 deletions

View File

@ -88,6 +88,7 @@ cc = 'clang'
cxx = 'clang++'
flags = {
'-fPIE',
config.debug and '-g' or '',
config.optimize and '-Os' or '',
config.supercharge and '-flto -march=native -DLOVR_UNCHECKED' or '',