Skip to content
Snippets Groups Projects
Commit 442b2d5d authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Add flag c++11 as default for compilation

parent d86b08a8
No related branches found
No related tags found
No related merge requests found
...@@ -54,7 +54,7 @@ endif ...@@ -54,7 +54,7 @@ endif
# print cc1plus: warning: unrecognized command line option ‘-Wno-format-truncation’ with lower gcc 7 # print cc1plus: warning: unrecognized command line option ‘-Wno-format-truncation’ with lower gcc 7
USR_CFLAGS += -Wno-format-truncation USR_CFLAGS += -Wno-format-truncation
USR_CPPFLAGS += -Wno-format-truncation USR_CPPFLAGS += -Wno-format-truncation -std=c++11
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment