Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Modules
Commits
7187115b
Commit
7187115b
authored
Jul 20, 2017
by
Alexander Wiebel
Browse files
[CHANGE] we want c++11 by now ... this is already the case in OpenWalnut's core
parent
8e6a101c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
MyOpenWalnutToolbox/tools/cmake/OpenWalnut.cmake
MyOpenWalnutToolbox/tools/cmake/OpenWalnut.cmake
+1
-1
No files found.
MyOpenWalnutToolbox/tools/cmake/OpenWalnut.cmake
View file @
7187115b
...
...
@@ -228,7 +228,7 @@ FUNCTION( BUILD_SYSTEM_COMPILER )
IF
(
CMAKE_HOST_SYSTEM MATCHES
"Windows"
)
SET
(
CMAKE_CXX_FLAGS
"-frtti -pedantic -Wall -Wno-long-long -Wextra "
CACHE STRING
""
FORCE
)
ELSE
()
SET
(
CMAKE_CXX_FLAGS
"-frtti -pedantic -std=c++
98
-Wall -Wno-long-long -Wextra "
CACHE STRING
""
FORCE
)
SET
(
CMAKE_CXX_FLAGS
"-frtti -pedantic -std=c++
11
-Wall -Wno-long-long -Wextra "
CACHE STRING
""
FORCE
)
ENDIF
()
# Darwin's ld isn't GNU and doesn't like the following
...
...
Write
Preview
Markdown
is supported
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