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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'compile.sh') 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 -- cgit v1.3