Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
Correct command is -fstack-protector-strong not -fstack-protector=strong
  • Loading branch information
seebaclo authored May 16, 2017
1 parent a7bf1b8 commit d0d070e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" <path-to-source>
cmake -DCMAKE_C_FLAGS="-O2 -fstack-protector-strong" <path-to-source>
```

The module is automatically installed in a directory `security` which resides in
Expand Down

0 comments on commit d0d070e

Please sign in to comment.