From cb5f5baa2b9b4f00576540c7509dff6c9434a424 Mon Sep 17 00:00:00 2001 From: Alibek Omarov Date: Wed, 20 Nov 2024 08:13:02 +0300 Subject: [PATCH] Revert "wscript: as an experiment, add -pipe flag for better compilation speeds" This reverts commit 6bfa5ce600bbbe5ee544c7e8a01a7287537062ba. --- wscript | 1 - 1 file changed, 1 deletion(-) diff --git a/wscript b/wscript index 763d40fd..faed5470 100644 --- a/wscript +++ b/wscript @@ -303,7 +303,6 @@ def configure(conf): if conf.env.COMPILER_CC != 'msvc': opt_flags = [ # '-Wall', '-Wextra', '-Wpedantic', - '-pipe', '-fdiagnostics-color=always', # stable diagnostics, forced to error, sorted