enable stack protection (useless ?)

This commit is contained in:
Babz 2021-09-13 22:22:04 +02:00
parent f44686370d
commit d79d13b180
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,8 @@ set(FLAGS
# function declaration
-Werror-implicit-function-declaration
-fstack-protector
# optimisation level
# -Os: like -O2 without space-expensive optimizations
# -O2: good speed/size tradeoff