Sign in
llvm
/
llvm-project
/
lldb
/
refs/heads/master
/
.
/
test
/
API
/
lang
/
cpp
/
char8_t
/
Makefile
blob: 7ae9c7189298c9c19abe186a8b31d73bf381b6a8 [
file
] [
log
] [
blame
] [
edit
]
CXX_SOURCES
:=
main
.
cpp
CXXFLAGS_EXTRAS
:=
-
std
=
c
++
2a
-
fchar8_t
ifndef PIE
LD_EXTRAS
:=
-
no
-
pie
endif
include
Makefile
.
rules