-
- Downloads
Remove -mmacosx-version-min=10.5
When making an executable on some random machine, we can't depend on the user having the 10.5 SDK around. So remove the flag, but add -Wl,-no_pie to suppress the warning about PIE disabled due to absolute addressing.
Loading
Please register or sign in to comment