Le mercredi 18 décembre 2013, 12:02:12 Carlos Montiers a écrit :
> Grischka. I want modify the source of tiny c, for compile with it and the
> Wall option be the default. What line I need modify ?

char *wall_str[] = {"-Wall", 0};
I guess something like tcc_parse_args(s, 1, wall_str);

in tcc.c just before the other tcc_parse_args at beginning of main function.

Best regards,

Thomas

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to