summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
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