From a58cf9898424e773968533828441c24eec9d4e7a Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Sat, 16 May 2020 23:22:38 -0600 Subject: Add optimization level 2 to cc call --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 211adbc..5727ee2 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -CCOPTS = --std=gnu99 -Wall -Werror +CCOPTS = --std=gnu99 -Wall -Werror -O2 all: cc $(CCOPTS) src/main.c -o gitaccess -- cgit v1.2.3