Sign in
◑
Theme
llvm
/
llvm-project.git
/
refs/heads/main
/
.
/
lldb
/
test
/
API
/
python_api
/
value
/
Makefile
blob: 1f932972b76a84b4789bf673c13844082275121e [
file
] [
edit
]
C_SOURCES
:=
main
.
c
ifeq
"$(OS)"
"Windows_NT"
# Embed a symbol table in the executable.
LD_EXTRAS
:=
-
Wl
,/
debug
:
symtab
endif
include
Makefile
.
rules