ACCUMULO-2762 Use more compiler optimizations for 1.5 native lib
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/c16f1058 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c16f1058 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c16f1058 Branch: refs/heads/1.6.1-SNAPSHOT Commit: c16f105824ff5e4d56105b9b3cc20d866b0e3b8d Parents: f83f9f9 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Fri May 16 12:55:41 2014 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Fri May 16 12:55:41 2014 -0400 ---------------------------------------------------------------------- server/src/main/c++/nativeMap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/c16f1058/server/src/main/c++/nativeMap/Makefile ---------------------------------------------------------------------- diff --git a/server/src/main/c++/nativeMap/Makefile b/server/src/main/c++/nativeMap/Makefile index 2ff8ea5..8b3ef9a 100644 --- a/server/src/main/c++/nativeMap/Makefile +++ b/server/src/main/c++/nativeMap/Makefile @@ -39,7 +39,7 @@ ifeq ($(shell uname),Linux) LIBS := $(LIBS_$(DARCH)) endif - CXXFLAGS=-g -fPIC -shared -O2 -fno-omit-frame-pointer -fno-strict-aliasing -Wall -I$(JAVA_HOME)/include/linux -I$(JAVA_HOME)/include + CXXFLAGS=-g -fPIC -shared -O3 -Wall -I$(JAVA_HOME)/include/linux -I$(JAVA_HOME)/include endif ifeq ($(shell uname),Darwin)