diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-12 00:35:24 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-11-12 00:35:24 -0700 |
commit | 111e5e3000091fae6c7dcf1a694eaa8ad91ce727 (patch) | |
tree | cdc0e4dfd7f21dc4abf323bd74b83131795b2402 /build-aux/stack.sh | |
parent | 755db30028622de604ef98a5b28c2c4128b6f3d7 (diff) |
Start integrating stack analysis
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 |