jehanne/sys/src/lib/lib.json

22 lines
249 B
JSON

{
"Libs": {
"Include": [
"/arch/$ARCH/include/cflags.json"
],
"Cflags": [
"-fstack-check",
"-fstack-protector-all",
"-c"
],
"Oflags": [
"-static"
],
"Post": [
"rm *.o"
],
"Pre": [
"rm -f *.o *.tag.*"
]
}
}