I want to disable Compile optimisation in SphinxTrain to debug my project
without optimisation
should I go to makefile and do that or form project properties (I use eclipse
cdt)
and how ?
please help me ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think here is the problem , I have to change -g -O2 to -g _O0 but it's
config.log ,so I have Question
if I change this file , will the change be reflected to debugging
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think my problem in this section of configure , is it sufficient to change
-g -O2 to -g _O0 in this place and if not what is the additional step to stop
Optimisation and why ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to disable Compile optimisation in SphinxTrain to debug my project
without optimisation
should I go to makefile and do that or form project properties (I use eclipse
cdt)
and how ?
please help me ?
I searched about that on Google and found that I should see -Oo in my makefile
but I didn't see it !
what is the purpose of this file and is this related to optimisation
please I need a Quick answer so my project examination become soon .
what is the purpose of this file and is this related to optimisation
please I need a Quick answer so my project examination become soon .
where can I found OPT and is it related to optimisation
Please help me .
I think here is the problem , I have to change -g -O2 to -g _O0 but it's
config.log ,so I have Question
if I change this file , will the change be reflected to debugging
I think my problem in this section of configure , is it sufficient to change
-g -O2 to -g _O0 in this place and if not what is the additional step to stop
Optimisation and why ?
is there any help ?