[wesnoth-commits] [wesnoth/wesnoth] 8de4d8: Disabling hardening on Windows due to tdm-gcc's po...
GitHub
noreply at github.com
Fri Jun 22 13:39:06 UTC 2018
Branch: refs/heads/1.14
Home: https://github.com/wesnoth/wesnoth
Commit: 8de4d81f20a11ed052cc3ee786d4af055165a8be
https://github.com/wesnoth/wesnoth/commit/8de4d81f20a11ed052cc3ee786d4af055165a8be
Author: Pentarctagon <pentarctagon at tutamail.com>
Date: 2018-06-22 (Fri, 22 Jun 2018)
Changed paths:
M CMakeLists.txt
M SConstruct
M changelog.md
Log Message:
-----------
Disabling hardening on Windows due to tdm-gcc's poor support.
As per sigurd's trial and error: RELRO's options are unknown entirely and -fstack-protector-strong results in compile errors. Building with just PIE and _FORTIFY_SOURCE enabled does then compile, but results in a broken executable.
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
More information about the Commits
mailing list