Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
batsim
batsim
Commits
fe162ee2
Commit
fe162ee2
authored
Apr 15, 2017
by
Millian Poquet
Browse files
[obfh] compilation stack guard
parent
1c69ac65
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
fe162ee2
...
...
@@ -116,6 +116,8 @@ target_link_libraries(batsim
install
(
PROGRAMS
${
CMAKE_CURRENT_BINARY_DIR
}
/batsim
DESTINATION bin
)
set
(
CMAKE_CXX_FLAGS
"-fstack-protector -fstack-protector-all"
)
# Let's enable warnings if needed
if
(
enable_warnings
)
set
(
warning_flags
" -Wall -Wextra"
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment