From d0d070ecc4a5e51a72567197dab7c3de4eaba782 Mon Sep 17 00:00:00 2001 From: seebaclo Date: Tue, 16 May 2017 13:28:03 +0100 Subject: [PATCH] Fix typo in readme Correct command is -fstack-protector-strong not -fstack-protector=strong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7ebffc..596d9a0 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ supported (supply `.` as the source directory). Additional cflags and ldflags can be supplied via the `CMAKE_C_FLAGS` and `CMAKE_MODULE_LINKER_FLAGS` when generating the build system, e.g.: ``` -cmake -DCMAKE_C_FLAGS="-O2 -fstack-protector=strong" +cmake -DCMAKE_C_FLAGS="-O2 -fstack-protector-strong" ``` The module is automatically installed in a directory `security` which resides in