bootstrappable: Force static link.

This commit is contained in:
Jan Nieuwenhuizen 2018-06-11 18:39:44 +02:00
parent 80eecb15ca
commit 812e9343e4
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 3 additions and 0 deletions

View File

@ -736,6 +736,9 @@ LIBTCCAPI TCCState *tcc_new(void)
tcc_state = s;
++nb_states;
#if BOOTSTRAP
s->static_link = 1;
#endif
s->alacarte_link = 1;
s->nocommon = 1;
s->warn_implicit_function_declaration = 1;