diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2013-11-30 15:32:16 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2013-11-30 15:32:16 -0500 |
commit | afa05b20dc460d22824f62fe3a0422dd5dd4a961 (patch) | |
tree | 1c5aef2b7892042593e5753b9418a700a8e1fe8d /Makefile | |
parent | 7d096ef97408921b11524f9b9a4275e369e6c5ba (diff) |
toggle millisecond viewing with a click on the time
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |