Skip to content

Commit

Permalink
wscript: as an experiment, add -pipe flag for better compilation speeds
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Nov 20, 2024
1 parent d1f70bf commit 6bfa5ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wscript
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6bfa5ce

Please sign in to comment.