Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
lldb
/
test
/
API
/
lang
/
c
/
register_variables
/
Makefile
Text
·
86 B
·
e4d42f6
Raw
6 lines · plain
1
C_SOURCES := test.c
2
3
CFLAGS_EXTRAS := -O1 -D_FORTIFY_SOURCE=0
4
5
include Makefile.rules
6