From 47ab176e3f56102d93c30c9cec5dff51bc0718ce Mon Sep 17 00:00:00 2001 From: czjstmax Date: Thu, 20 Nov 2025 23:34:17 +0100 Subject: cumulative implementation update --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 70bdc5a..7e30d61 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # compile g -if gcc g.c -o g -O3 -Wall -Wextra -pedantic; then +if gcc g.c -o g -O1 -Wall -Wextra -pedantic; then # move to PATH if sudo cp ./g /usr/bin/g; then # remove binary from local repo -- cgit v1.3.1