Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b30a15b9 authored by Dmitriy Ivanov's avatar Dmitriy Ivanov Committed by Android Git Automerger
Browse files

am c8b4bb06: am 209dc083: am 870cac61: Merge "Add -std=gnu++11 to test cflags"

* commit 'c8b4bb06':
  Add -std=gnu++11 to test cflags
parents 5652686b c8b4bb06
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -59,7 +59,8 @@ test_c_flags := \
    -g \
    -Wall -Wextra \
    -Werror \
    -fno-builtin
    -fno-builtin \
    -std=gnu++11

test_src_files := \
    liblog_test.cpp