diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-05 05:58:49 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-05 05:58:49 +0100 |
commit | d63a415efc2d72069fa6da83408f2713825d5406 (patch) | |
tree | 354c1df789cbe8ae1e32c53d86d7c127c459556b /Makefile | |
parent | add note on why versions are not being tagged (diff) | |
download | sha3sum-d63a415efc2d72069fa6da83408f2713825d5406.tar.gz sha3sum-d63a415efc2d72069fa6da83408f2713825d5406.tar.bz2 sha3sum-d63a415efc2d72069fa6da83408f2713825d5406.tar.xz |
misc
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -21,6 +21,9 @@ JAVAFLAGS=-Xlint $(JAVA_OPTIMISE) JAVA_FLAGS=$(JAVADIRS) $(JAVAFLAGS) CFLAGS=-W{all,extra} -pedantic $(C_OPTIMISE) -fPIC +ifeq ($(WITH_C99),yes) + CFLAGS+=-std=c99 -DWITH_C99 +endif SOFLAGS=-W{all,extra} -pedantic $(C_OPTIMISE) -shared CPPFLAGS= LDFLAGS= |