diff options
| author | czjstmax <jstmaxlol@disroot.org> | 2025-11-20 23:34:17 +0100 |
|---|---|---|
| committer | czjstmax <jstmaxlol@disroot.org> | 2025-11-20 23:34:17 +0100 |
| commit | 47ab176e3f56102d93c30c9cec5dff51bc0718ce (patch) | |
| tree | bee93ce5f52ef750dd9aab30293ff4e2db449895 /build.sh | |
| parent | a0d0789a691034a6759e221ceae2db59684561a5 (diff) | |
cumulative implementation update
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 |