Page 1 of 1

Add command line for gcc

Posted: Wed Jan 26, 2022 7:59 pm
by User_Russian
I suggest adding to the compiler options, command line gcc compiler.

Image

This will allow you to better customize the compilation process by adding a lot of options https://gcc.gnu.org/onlinedocs/gcc/Option-Summary.html

Re: Add command line for gcc

Posted: Wed Jan 26, 2022 11:13 pm
by idle
+1

See this post here for command line options
https://www.purebasic.fr/english/viewtopic.php?t=78558

Re: Add command line for gcc

Posted: Thu Jan 27, 2022 8:31 am
by juergenkulow
How would be implemented in your proposal changes of set options, other GCC versions from 2021 like 8.5.0 or 11.2.0 and fixed setting like -m32 for X86 code?