aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano.tronto@gmail.com>2020-08-30 12:57:57 +0200
committerSebastiano Tronto <sebastiano.tronto@gmail.com>2020-08-30 12:57:57 +0200
commit0283a15ef9feeb7755f93f08de6c5204591d5381 (patch)
tree2f8628ccb303e97dac4afd5b8f9a2866de66fe9e
parent39a5ef697479b56db0ac69ef00e0735e51f6150a (diff)
downloadnissy-0283a15ef9feeb7755f93f08de6c5204591d5381.tar.gz
nissy-0283a15ef9feeb7755f93f08de6c5204591d5381.zip
Changed compile options to -O2
-rwxr-xr-xcompile.sh2
-rwxr-xr-xnissybin521128 -> 284984 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/compile.sh b/compile.sh
index 4e14a0b..1dfe784 100755
--- a/compile.sh
+++ b/compile.sh
@@ -1 +1 @@
gcc -Wall -Wextra -O3 -std=c99 -o nissy -g ./src/*.c gcc -Wall -Wextra -O2 -std=c99 -o nissy -g ./src/*.c
diff --git a/nissy b/nissy
index d0ed5f5..d357034 100755
--- a/nissy
+++ b/nissy
Binary files differ

Generated with cgit - Back to sebastiano.tronto.net