76677bb Remove hardening if-clauses. Do the hardening always.

Authored and Committed by mschorm 6 years ago
1 file changed. 2 lines added. 17 lines removed.
    Remove hardening if-clauses. Do the hardening always.
    
    Use upstream -DSECURITY_HARDENED=ON which will eanable -pie and -Wl,-z,relro,-z,now, but also -fstack-protector and -D_FORTIFY_SOURCE=2
    
        
file modified
+2 -17