Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor (config) change to avoid path munging #9

Merged
merged 1 commit into from
Apr 12, 2012
Merged

Minor (config) change to avoid path munging #9

merged 1 commit into from
Apr 12, 2012

Conversation

jflemer
Copy link
Contributor

@jflemer jflemer commented Apr 2, 2012

In the config, define "color-xxx" (e.g. color-g++) that map to the
standard compilers. This allows one to avoid using PATH tricks to use
colorgcc, and more easily do per-session or per-invocation use. By
creating links from color-xxx to colorgcc, projects using make can use
the following approach:
make CXX=color-g++ CC=color-gcc
or
export CXX=color-g++; export CC=color-gcc
make
Add note to this effect in the README.

In the config, define "color-xxx" (e.g. color-g++) that map to the
standard compilers.  This allows one to avoid using PATH tricks to use
colorgcc, and more easily do per-session or per-invocation use.  By
creating links from color-xxx to colorgcc, projects using make can use
the following approach:
  make CXX=color-g++ CC=color-gcc
or
  export CXX=color-g++; export CC=color-gcc
  make
Add note to this effect in the README.
johannes added a commit that referenced this pull request Apr 12, 2012
Minor (config) change to avoid path munging
@johannes johannes merged commit ecd2db8 into colorgcc:master Apr 12, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants