am7xxx: rename the 'size' argument of am7xxx_send_image() to 'image_size'
[libam7xxx.git] / CMakeLists.txt
index be8e4e7..5d36d6c 100644 (file)
@@ -68,7 +68,8 @@ if (CMAKE_COMPILER_IS_GNUCC)
     -Wunreachable-code
     -Wunsafe-loop-optimizations
     -Wwrite-strings
-    )
+    -fstack-protector
+    --param=ssp-buffer-size=4)
 endif()
 
 set(CMAKE_C_FLAGS_DEBUG "-g -DDEBUG=1 -Werror")