7 lines
54 B
Makefile
7 lines
54 B
Makefile
|
|
# musllvm default flags
|
||
|
|
|
||
|
|
CC = cc
|
||
|
|
CFLAGS = -O2 -pipe
|
||
|
|
|
||
|
|
|