[lldb/Test] C++ test should use CXXFLAGS_EXTRAS

Thanks Ted Woodward for noticing this.
This commit is contained in:
Jonas Devlieghere 2019-12-13 09:49:51 -08:00
parent 3011d55f72
commit 1ef7c4269b

View File

@ -1,4 +1,4 @@
CXX_SOURCES := main.cpp
CFLAGS_EXTRAS := -std=c++2a -fchar8_t
CXXFLAGS_EXTRAS := -std=c++2a -fchar8_t
include Makefile.rules