summarylogtreecommitdiffstats
path: root/disable-pie.patch
blob: 17e71ba5e8d2d1d2165ef14e06019e67cc78b216 (plain)
1
2
3
4
5
6
7
406a407,408
> 			// disable PIE which is on by default in Arch since July 2017
> 			Result += " -fno-pie";
594a597,599
> 
> 			// disable PIE which is on by default in Arch since July 2017
> 			Result += " -nopie"; Result += " -Wno-unused-command-line-argument";