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