Add -std=gnu++11 to test cflags
Change-Id: Ife92cea10021658eba6e22a7ebc9e31f3d194a25
This commit is contained in:
parent
082a52b57f
commit
5f68087efe
|
@ -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 New Issue