diff options
Diffstat (limited to 'build-aux/stack.sh')
-rwxr-xr-x | build-aux/stack.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build-aux/stack.sh b/build-aux/stack.sh index 4a8a12e..4626813 100755 --- a/build-aux/stack.sh +++ b/build-aux/stack.sh @@ -1,2 +1,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 |