Merge pull request #65 from Thuffir/patch-1

Turn on binary optimizations.
This commit is contained in:
Brian Barto 2018-08-28 09:12:48 -04:00 committed by GitHub
commit cd912b65a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ OBJ=obj
SRC=src
CC ?= gcc
CFLAGS ?= -Wextra -Wall
CFLAGS ?= -Wextra -Wall -O2
.PHONY: all install uninstall clean