From 6bfa5ce600bbbe5ee544c7e8a01a7287537062ba Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 20 Nov 2024 08:08:16 +0300 Subject: [PATCH] wscript: as an experiment, add -pipe flag for better compilation speeds --- wscript | 1 + 1 file changed, 1 insertion(+) diff --git a/wscript b/wscript index faed5470..763d40fd 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