Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
11 lines
312 B
Diff
11 lines
312 B
Diff
--- libtcc.c
|
|
+++ libtcc.c
|
|
@@ -793,6 +793,7 @@ LIBTCCAPI TCCState *tcc_new(void)
|
|
|
|
s->gnu_ext = 1;
|
|
s->tcc_ext = 1;
|
|
+ s->static_link = 1;
|
|
s->nocommon = 1;
|
|
s->dollars_in_identifiers = 1; /*on by default like in gcc/clang*/
|
|
s->cversion = 199901; /* default unless -std=c11 is supplied */
|