diff options
Diffstat (limited to 'build-aux/stack.sh')
-rwxr-xr-x | build-aux/stack.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/build-aux/stack.sh b/build-aux/stack.sh deleted file mode 100755 index 4626813..0000000 --- a/build-aux/stack.sh +++ /dev/null @@ -1,7 +0,0 @@ -#!/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 |