From ed6fc176a1ef6afd43eaa198c43eb813c3a81d99 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Mon, 8 Sep 2025 12:06:30 -0400 Subject: build: Option for asserts in release builds - Define NDEBUG in release builds. - loccount -> sloccount. Signed-off-by: Andrew Opalach --- scripts/line_count.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/line_count.sh b/scripts/line_count.sh index 6af0fe0..a6ac787 100755 --- a/scripts/line_count.sh +++ b/scripts/line_count.sh @@ -1,3 +1,3 @@ #! /usr/bin/env sh export LC_ALL="C" -find ./src ./include -type f -exec loccount {} + +find ./src ./include -type f -exec sloccount {} + -- cgit v1.2.3-101-g0448