summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Hawthorn <john.hawthorn@gmail.com>2014-08-04 14:47:40 -0700
committerJohn Hawthorn <john.hawthorn@gmail.com>2014-08-04 17:59:44 -0700
commit175ffa6dc4f6ddad71ca1ddf7dc9a9007c4c6348 (patch)
treee9bdd14fe2127d70632b9ae13b774e6f1ac72713 /Makefile
parentb18b7a0701474b41a760931cf840f922607851d9 (diff)
Update README.md
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e1aae8..8651d45 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION=0.1beta
CPPFLAGS=-DVERSION=\"${VERSION}\"
-CFLAGS+=-Wall -Wextra -g -std=c99
+CFLAGS+=-Wall -Wextra -g -std=c99 -O2
PREFIX?=/usr/local
INSTALL=install