mirror of
https://github.com/mirror/tinycc.git
synced 2026-09-01 12:07:53 +08:00
Prevent libtcc1.a to be compiled with -fstack-protector-strong, so that linking with tcc doesn't fail because symbol '__stack_chk_fail_local' is not present in libtcc1.a. This is useful only if the CFLAGS passed from the main Makefile contain this flag.