mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-24 10:50:58 +01:00
Revert "wscript: as an experiment, add -pipe flag for better compilation speeds"
This reverts commit 6bfa5ce600
.
This commit is contained in:
parent
edef41fb71
commit
cb5f5baa2b
1
wscript
1
wscript
@ -303,7 +303,6 @@ def configure(conf):
|
|||||||
if conf.env.COMPILER_CC != 'msvc':
|
if conf.env.COMPILER_CC != 'msvc':
|
||||||
opt_flags = [
|
opt_flags = [
|
||||||
# '-Wall', '-Wextra', '-Wpedantic',
|
# '-Wall', '-Wextra', '-Wpedantic',
|
||||||
'-pipe',
|
|
||||||
'-fdiagnostics-color=always',
|
'-fdiagnostics-color=always',
|
||||||
|
|
||||||
# stable diagnostics, forced to error, sorted
|
# stable diagnostics, forced to error, sorted
|
||||||
|
Loading…
Reference in New Issue
Block a user