Turn on binary optimizations.

This commit is contained in:
Gergely Budai 2018-08-08 13:19:01 +02:00 committed by GitHub
parent 1c8f8808d9
commit ca408b79b8
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