Re: [Sdcc-user] Compiler defines for optimisation level?

2020-04-30 Thread Philipp Klaus Krause
Am 30.04.20 um 13:29 schrieb Basil Hussain: > I have created a feature request: #675. > > Took a brief look at what it would take to implement this myself. Seems > like it's just a question of adding something like the following into > preProcess() in SDCCmain.c: > > if (optimize.codeSpeed) >    

Re: [Sdcc-user] Compiler defines for optimisation level?

2020-04-30 Thread Basil Hussain
I have created a feature request: #675. Took a brief look at what it would take to implement this myself. Seems like it's just a question of adding something like the following into preProcess() in SDCCmain.c: if (optimize.codeSpeed)     addSet (&preArgvSet, Safe_strdup ("-D__SDCC_OPTIMIZE_SP