lib.json 249 B

123456789101112131415161718192021
  1. {
  2. "Libs": {
  3. "Include": [
  4. "/arch/$ARCH/include/cflags.json"
  5. ],
  6. "Cflags": [
  7. "-fstack-check",
  8. "-fstack-protector-all",
  9. "-c"
  10. ],
  11. "Oflags": [
  12. "-static"
  13. ],
  14. "Post": [
  15. "rm *.o"
  16. ],
  17. "Pre": [
  18. "rm -f *.o *.tag.*"
  19. ]
  20. }
  21. }