commit 0283a15ef9feeb7755f93f08de6c5204591d5381 parent 39a5ef697479b56db0ac69ef00e0735e51f6150a Author: Sebastiano Tronto <sebastiano.tronto@gmail.com> Date: Sun, 30 Aug 2020 12:57:57 +0200 Changed compile options to -O2 Diffstat:
M | compile.sh | | | 2 | +- |
M | nissy | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git 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 Binary files differ.