E.M.G. wrote:
> How or should I say where in menuconfig can/will I find and change this??
General Setup --> Optimize for size
(You have to disable this option which will use -O2 instead of -Os.)
This is a discussion on disable compilation with "-Os" and > use "-O2" instead - Suse ; How or should I say where in menuconfig can/will I find and change this?? Thanks to all Erick...
How or should I say where in menuconfig can/will I find and change this??
Thanks to all
Erick
E.M.G. wrote:
> How or should I say where in menuconfig can/will I find and change this??
General Setup --> Optimize for size
(You have to disable this option which will use -O2 instead of -Os.)
Nikos Chantziaras wrote:
> E.M.G. wrote:
>> How or should I say where in menuconfig can/will I find and change this??
>
> General Setup --> Optimize for size
>
> (You have to disable this option which will use -O2 instead of -Os.)
Thanks