tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Problem with GetCurrentConsoleFontEx


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] Problem with GetCurrentConsoleFontEx
Date: Thu, 19 Dec 2013 14:22:57 +0800
User-agent: KMail/4.11.3 (Linux/2.6.38-ac2-ac100; KDE/4.11.3; armv7l; ; )

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]