How can I enable ICECC with scons?

Asked by Daniel Bültmann

Is there a flag to enable usage of icecc instead of the standard g++?

Question information

Language:
English Edit question
Status:
Solved
For:
openWNS SDK Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Karsten Klagges (karsten.klagges) said :
#1

You can change the default compiler with the CXX argument. If you want to change to the icecc compiler:

# scons CXX=icecc

Revision history for this message
Daniel Bültmann (daniel.bueltmann) said :
#2

Yes this did work for me.

Thank you.

Revision history for this message
Jan (jan-ellenbeck) said :
#3

Does this also work for distcc?

Revision history for this message
Karsten Klagges (karsten.klagges) said :
#4

This should also work for distcc.