diff --git a/wscript b/wscript index faed5470b6..763d40fd55 100644 --- a/wscript +++ b/wscript @@ -303,6 +303,7 @@ def configure(conf): if conf.env.COMPILER_CC != 'msvc': opt_flags = [ # '-Wall', '-Wextra', '-Wpedantic', + '-pipe', '-fdiagnostics-color=always', # stable diagnostics, forced to error, sorted