summaryrefslogtreecommitdiff
path: root/build-aux/stack.sh
blob: 46268139a425d6593505e8a4e091a9991bece290 (plain)
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