From: Jonas Fonseca Date: Sun, 21 May 2006 01:19:19 +0000 (+0200) Subject: Add -O2 to CFLAGS to get more warnings X-Git-Tag: tig-0.4~69 X-Git-Url: https://git.distorted.org.uk/~mdw/tig/commitdiff_plain/900666fca5a86675cb35ffa3f710837b197c480e Add -O2 to CFLAGS to get more warnings --- diff --git a/Makefile b/Makefile index 78d47a4..fb0e31e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PREFIX = $(HOME) LDLIBS = -lcurses -CFLAGS = -Wall +CFLAGS = -Wall -O2 DFLAGS = -g -DDEBUG -Werror PROGS = tig DOCS = tig.1.txt tig.1.html tig.1 README.html