Commit f397a67
Don't set -pie flag with AppleClang
Apparently it doesn't do anything, and triggers a warning about
an unused command line argument. When USE_HARDENING is enabled,
this warning breaks a bunch of other try_compile's, causing
flags to be rejected that should have been accepted.1 parent b508727 commit f397a67
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
344 | 346 | | |
345 | 347 | | |
346 | 348 | | |
| |||
0 commit comments