summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2018-05-16 19:33:28 +0200
committerPaweł Redman <pawel.redman@gmail.com>2018-05-16 19:33:28 +0200
commit054b3b48c9ccfde24f4c01fb6f59773cfcd422d3 (patch)
tree1e0eef18756f4825c24e10e80615466786e5103d /Makefile
parentd60566c7e31293273b417679782f0614dd00d01a (diff)
Refactor statistics.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 93a7aad..39b9324 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
CC ?= cc
-CFLAGS += -O3 -march=native
+CFLAGS += -O3 -march=native -Wall
CPPFLAGS +=
LDFLAGS += -pthread