diff options
author | John Wiegley <johnw@newartisans.com> | 2012-05-10 04:25:18 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2012-05-10 04:25:18 -0500 |
commit | 8c0cb63dfd203a9c89fdad5bf2835c4f6dfa3c01 (patch) | |
tree | e496e8043cc2ae13eb06202b581adf47d4fb69f7 /acprep | |
parent | 6a18669aa0f623d7ae9fe867d739f3c9632fa22e (diff) | |
download | fork-ledger-8c0cb63dfd203a9c89fdad5bf2835c4f6dfa3c01.tar.gz fork-ledger-8c0cb63dfd203a9c89fdad5bf2835c4f6dfa3c01.tar.bz2 fork-ledger-8c0cb63dfd203a9c89fdad5bf2835c4f6dfa3c01.zip |
Change the way I choose a default compiler
Diffstat (limited to 'acprep')
-rwxr-xr-x | acprep | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1028,8 +1028,8 @@ class PrepareBuild(CommandLineApp): self.envvars['CXX'] = '/Users/johnw/bin/cxx' self.envvars['LD'] = '/Users/johnw/bin/cxx' - if not self.options.use_clang: - self.CXXFLAGS.append('--gcc47') + #if not self.options.use_clang: + # self.CXXFLAGS.append('--gcc47') if self.current_flavor == 'debug': self.configure_args.append('--disable-shared') |