Skip to content
Snippets Groups Projects
Commit 21c6cb51 authored by Andreas Persson's avatar Andreas Persson
Browse files

Use USR_CXXFLAGS for c++ compiler flags

parent 55175dbb
No related branches found
No related tags found
1 merge request!32Use USR_CXXFLAGS for c++ compiler flags
Pipeline #119595 failed
......@@ -61,7 +61,7 @@ endif
# print cc1plus: warning: unrecognized command line option ‘-Wno-format-truncation’ with lower gcc 7
USR_CFLAGS += -Wno-format-truncation
USR_CPPFLAGS += -std=c++11
USR_CXXFLAGS += -std=c++11
EXCLUDE_ARCHS = linux-ppc64e6500
EXCLUDE_ARCHS += linux-corei7-poky
......
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