Check whether gcc-hardening is runnable, and log an error if not

Closes ticket 27530.
This commit is contained in:
Nick Mathewson
2019-05-29 16:08:33 -04:00
parent 70553a9134
commit 66eae4afff
2 changed files with 15 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor features (compilation):
- Log a more useful error message when we are compiling and one of the
compile-time hardening options we have selected can be linked but
not executed. Closes ticket 27530.