pmt: Android.mk: switch std to C++ 14

This commit is contained in:
2024-09-11 06:52:21 +03:00
committed by GitHub
parent 7abc4318cf
commit a4491447cb

View File

@@ -24,7 +24,7 @@ include $(LOCAL_PATH)/../build/config/env.mk
PMT_CXXFLAGS = \
-O3 \
-std=c++20 \
-std=c++14 \
-Wall \
-Wextra \
-Werror \