diff options
Diffstat (limited to 'build.sh')
| -rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |