From 0283a15ef9feeb7755f93f08de6c5204591d5381 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sun, 30 Aug 2020 12:57:57 +0200 Subject: Changed compile options to -O2 --- compile.sh | 2 +- nissy | Bin 521128 -> 284984 bytes 2 files changed, 1 insertion(+), 1 deletion(-) 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 Binary files a/nissy and b/nissy differ -- cgit v1.3