CmakeLists.txt: add some hardening options to CMAKE_C_FLAGS
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 1 Mar 2012 22:05:50 +0000 (23:05 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 1 Mar 2012 22:11:56 +0000 (23:11 +0100)
commit7b0e5fd5a660782a7888917236111c0d820de19e
tree687935f04aef20f3a5dbb93ed6b323bb4724f73e
parenta09eb6616f4c6c67d4de4c8b72d9072f787ad2de
CmakeLists.txt: add some hardening options to CMAKE_C_FLAGS

These options (-fstack-protector --param=ssp-buffer-size=4) should not
affect the current code but it is useful to have them here for
reference.
CMakeLists.txt