am 870cac61: Merge "Add -std=gnu++11 to test cflags"
* commit '870cac615884f9c843407b8bb442eb4d6714f6e2': Add -std=gnu++11 to test cflags
This commit is contained in:
commit
209dc08389
1 changed files with 2 additions and 1 deletions
|
|
@ -59,7 +59,8 @@ test_c_flags := \
|
||||||
-g \
|
-g \
|
||||||
-Wall -Wextra \
|
-Wall -Wextra \
|
||||||
-Werror \
|
-Werror \
|
||||||
-fno-builtin
|
-fno-builtin \
|
||||||
|
-std=gnu++11
|
||||||
|
|
||||||
test_src_files := \
|
test_src_files := \
|
||||||
liblog_test.cpp
|
liblog_test.cpp
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue