From afa05b20dc460d22824f62fe3a0422dd5dd4a961 Mon Sep 17 00:00:00 2001 From: Calvin Morrison Date: Sat, 30 Nov 2013 15:32:16 -0500 Subject: toggle millisecond viewing with a click on the time --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4b951c6..b628dad 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ CFLAGS = -std=c99 -Wall -Wextra PREFIX ?= /usr/local BINPREFIX = $(PREFIX)/bin -all: CFLAGS += -Os +all: CFLAGS += -O3 -mtune=native all: $(PROG) debug: CFLAGS += -O0 -g -pedantic -- cgit v1.2.3