aboutsummaryrefslogtreecommitdiff
path: root/lldb/test/API/lang/cpp/char8_t/Makefile
blob: 7ae9c7189298c9c19abe186a8b31d73bf381b6a8 (plain)
1
2
3
4
5
6
7
CXX_SOURCES := main.cpp
CXXFLAGS_EXTRAS := -std=c++2a -fchar8_t
ifndef PIE
	LD_EXTRAS := -no-pie
endif

include Makefile.rules