* commit '209dc083899d45b56627953335ba22029cd96c46': Add -std=gnu++11 to test cflags
This commit is contained in:
commit
c8b4bb0660
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…
Add table
Reference in a new issue