summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2020-05-16 23:22:38 -0600
committerAaron Ball <nullspoon@oper.io>2020-05-16 23:22:38 -0600
commita58cf9898424e773968533828441c24eec9d4e7a (patch)
tree1c9abd0f0d511bd4588b4029d0a739e08be3dbdf
parent78cfce9c1d5f88cd73b6b3b04fdadd33b35f405b (diff)
downloadgitaccess-a58cf9898424e773968533828441c24eec9d4e7a.tar.gz
gitaccess-a58cf9898424e773968533828441c24eec9d4e7a.tar.xz
Add optimization level 2 to cc call
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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

Generated by cgit