1 2 3 4 5 6 7
#!/bin/sh # build-aux/stack.sh - Analyze stack sizes for compiled objects # # Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> # SPDX-License-Identifier: AGPL-3.0-or-later make >&2 && find build -name '*.ci' -exec cat -- {} + | python ./stack.py