aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2013-11-30 15:32:16 -0500
committerCalvin Morrison <mutantturkey@gmail.com>2013-11-30 15:32:16 -0500
commitafa05b20dc460d22824f62fe3a0422dd5dd4a961 (patch)
tree1c5aef2b7892042593e5753b9418a700a8e1fe8d /Makefile
parent7d096ef97408921b11524f9b9a4275e369e6c5ba (diff)
toggle millisecond viewing with a click on the time
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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