Add command line for gcc

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User_Russian
Addict
Addict
Posts: 1443
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Add command line for gcc

Post 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
User avatar
idle
Always Here
Always Here
Posts: 5042
Joined: Fri Sep 21, 2007 5:52 am
Location: New Zealand

Re: Add command line for gcc

Post by idle »

+1

See this post here for command line options
https://www.purebasic.fr/english/viewtopic.php?t=78558
juergenkulow
Enthusiast
Enthusiast
Posts: 544
Joined: Wed Sep 25, 2019 10:18 am

Re: Add command line for gcc

Post 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?
Post Reply