diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-11 09:25:11 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-11 09:25:11 +0100 |
commit | 7510f5b16df9493e24f7ec8291c64e521811c53a (patch) | |
tree | 15271c3cde9f0a9878626ab425ddee5d848a4204 /Makefile | |
parent | typo (diff) | |
download | sha3sum-7510f5b16df9493e24f7ec8291c64e521811c53a.tar.gz sha3sum-7510f5b16df9493e24f7ec8291c64e521811c53a.tar.bz2 sha3sum-7510f5b16df9493e24f7ec8291c64e521811c53a.tar.xz |
add thread support
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ CFLAGS=-W{all,extra} -pedantic $(C_OPTIMISE) -fPIC ifeq ($(WITH_C99),yes) CFLAGS+=-std=c99 -DWITH_C99 endif +ifeq ($(WITH_THREADLOCAL),yes) + CFLAGS+=-DWITH_THREADLOCAL +endif SOFLAGS=-W{all,extra} -pedantic $(C_OPTIMISE) -shared CPPFLAGS= LDFLAGS= |