File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ gen-cpp-counts() {
262
262
shift
263
263
264
264
# NOTE: this excludes .re2c.h file
265
- ls _gen/* /* .{cc,h} | $count \
265
+ ls _gen/* /* .{cc,h} | egrep -v -- ' -souffle|-nosouffle ' | $count \
266
266
' Generated C++ Code' \
267
267
' mycpp generates the big file _gen/bin/oils-for-unix.mycpp.cc. Other programs like Zephyr ASDL and re2c generate other files.' \
268
268
" $@ "
Original file line number Diff line number Diff line change @@ -259,8 +259,8 @@ def main(argv: List[str]) -> int:
259
259
260
260
""" )
261
261
262
- # Awkwardness for Python optparse
263
- minimize_stack_roots = False
262
+ # This logic works around the Python optparse API
263
+ minimize_stack_roots = True
264
264
if opts .minimize_stack_roots :
265
265
minimize_stack_roots = True
266
266
if opts .no_minimize_stack_roots :
You can’t perform that action at this time.
0 commit comments