diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2018-05-16 19:33:28 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2018-05-16 19:33:28 +0200 |
commit | 054b3b48c9ccfde24f4c01fb6f59773cfcd422d3 (patch) | |
tree | 1e0eef18756f4825c24e10e80615466786e5103d /Makefile | |
parent | d60566c7e31293273b417679782f0614dd00d01a (diff) |
Refactor statistics.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ CC ?= cc -CFLAGS += -O3 -march=native +CFLAGS += -O3 -march=native -Wall CPPFLAGS += LDFLAGS += -pthread |