summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorczjstmax <jstmaxlol@disroot.org>2025-11-20 23:34:17 +0100
committerczjstmax <jstmaxlol@disroot.org>2025-11-20 23:34:17 +0100
commit47ab176e3f56102d93c30c9cec5dff51bc0718ce (patch)
treebee93ce5f52ef750dd9aab30293ff4e2db449895 /build.sh
parenta0d0789a691034a6759e221ceae2db59684561a5 (diff)
cumulative implementation update
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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