Abdelrazak Younes wrote:
And the final linking is very slow with full debug... So I would be much grateful if could indicate me a way to do this without a full recompile. Maybe with an option to specify which files to compile?Bo Peng wrote:I think you can do: scons CCFLAGS='-g' mode=debug scons CCFLAGS='-O3' mode=release scons CCFLAGS='others' build_dir=somethingelseI know, but I would prefer to minimize space on disk...
Abdel.