summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
authorGraham Inggs <graham.inggs+github@gmail.com>2018-11-01 23:10:48 +0200
committerSteven G. Johnson <stevenj@mit.edu>2018-11-01 17:10:48 -0400
commitbe3b244285a6112f82b54da47b9f1e6e6c30f8b9 (patch)
tree9089b22ae7e83a7eafc20271dfda5e36f7acc499 /bench
parent5dcd38217a7d4351b6dbf18d1aa8aa21d7e5bec3 (diff)
downloadlibutf8proc-be3b244285a6112f82b54da47b9f1e6e6c30f8b9.tar.gz
libutf8proc-be3b244285a6112f82b54da47b9f1e6e6c30f8b9.tar.bz2
Pass users' flags (#141)
Diffstat (limited to 'bench')
-rw-r--r--bench/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/bench/Makefile b/bench/Makefile
index ea12dcb..8b82be2 100644
--- a/bench/Makefile
+++ b/bench/Makefile
@@ -1,7 +1,8 @@
CURL=curl
CC = cc
-CFLAGS = -O2 -std=c99 -pedantic -Wall
+CFLAGS ?= -O2
+CFLAGS += -std=c99 -pedantic -Wall
all: bench