Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
06a0c498
Commit
06a0c498
authored
Aug 19, 2014
by
Alexandre Duret-Lutz
Browse files
* src/bin/common_setup.cc: Disable sync_with_stdio to boost I/O.
parent
bc2e68f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bin/common_setup.cc
View file @
06a0c498
...
...
@@ -20,6 +20,7 @@
#include
"common_setup.hh"
#include
"argp.h"
#include
<cstdlib>
#include
<iostream>
const
char
*
argp_program_bug_address
=
"<"
PACKAGE_BUGREPORT
">"
;
...
...
@@ -47,6 +48,8 @@ setup(char** argv)
argp_program_version_hook
=
display_version
;
argp_err_exit_status
=
2
;
std
::
ios_base
::
sync_with_stdio
(
false
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment