summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index 61c71388..d76d9f52 100755
--- a/acprep
+++ b/acprep
@@ -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 = []