uso ewin wrote:
Hello,
I'm using tcc, as a JIT compiler for this project:
https://github.com/cosmo-ray/yirl, on which I need to use -nostdlib but,
libtcc.h doesn't allow to do that, only the command line does.
tcc_set_options(s, "-nostdlib");
From 2/2013: http://repo.or.cz/tinycc.git/commitdiff/05108a
-- gr
So I've made a new function: tcc_args
The function is exactly what tcc_parse_args was in tcc0.9.26,
except the function is public.
I could just have change tcc_parse_args to a LIBTCCAPI function
but here you can continue to modify tcc_parse_args without breaking the api,
and tcc_parse_args require more arguments than tcc_args.
Here's my code
https://github.com/cosmo-ray/tcc/commit/efc4d2b638718ddfa9dbc46b1021b8711645aa1e
What do you think of pushing that to mob ?
Best regards,
Matthias
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel
_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel