commit | 556a0f4586e5cfa5ecfbb10dd99672a941d94d0a | [log] [tgz] |
---|---|---|
author | Bart De Schuymer <bdschuym@pandora.be> | Thu Aug 11 18:37:05 2011 +0000 |
committer | Bart De Schuymer <bdschuym@pandora.be> | Thu Aug 11 18:37:05 2011 +0000 |
tree | 548f4585cfc9ce8ff4d69188eb5042b16aba103c | |
parent | 3f451932703b38b27b6c72aa8feb1eedfa9875ba [diff] |
enable compiler optimizations, bump release number
diff --git a/Makefile b/Makefile index 0d3f25f..be52cb8 100644 --- a/Makefile +++ b/Makefile
@@ -1,7 +1,7 @@ # ebtables Makefile PROGNAME:=ebtables -PROGRELEASE:=1 +PROGRELEASE:=2 PROGVERSION_:=2.0.10 PROGVERSION:=$(PROGVERSION_)-$(PROGRELEASE) PROGDATE:=July\ 2011 @@ -18,7 +18,7 @@ DESTDIR:= CFLAGS:=-Wall -Wunused -Werror -CFLAGS_SH_LIB:=-fPIC +CFLAGS_SH_LIB:=-fPIC -O3 CC:=gcc ifeq ($(shell uname -m),sparc64)