wscript: as an experiment, add -pipe flag for better compilation speeds
This commit is contained in:
parent
d1f70bfe2c
commit
6bfa5ce600
1 changed files with 1 additions and 0 deletions
1
wscript
1
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
|
||||
|
|
Loading…
Add table
Reference in a new issue