diff options
author | John Wiegley <johnw@newartisans.com> | 2009-03-09 22:11:47 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-03-09 22:11:47 -0400 |
commit | 2fc24b6c0bb27add366fcea8f5eebedd56dddb58 (patch) | |
tree | 3c724b1cc503919e667c65c1ee5aef125af6cf99 | |
parent | 3b23823ea730d0f7b0e88b339d0b288970e3b7e5 (diff) | |
download | ledger-2fc24b6c0bb27add366fcea8f5eebedd56dddb58.tar.gz ledger-2fc24b6c0bb27add366fcea8f5eebedd56dddb58.tar.bz2 ledger-2fc24b6c0bb27add366fcea8f5eebedd56dddb58.zip |
Disable use of _GLIBCXX_DEBUG by default
-rwxr-xr-x | acprep | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -179,7 +179,7 @@ class PrepareBuild(CommandLineApp): self.build_dir = self.source_dir self.configure_args = ['--disable-shared', '--with-included-gettext'] - self.use_glibcxx_debug = True + self.use_glibcxx_debug = False self.sys_include_dirs = [] self.sys_library_dirs = [] |