You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by el...@apache.org on 2014/05/21 03:59:33 UTC

[14/50] [abbrv] git commit: ACCUMULO-2762 Use more compiler optimizations for 1.5 native lib

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/ACCUMULO-378
Commit: c16f105824ff5e4d56105b9b3cc20d866b0e3b8d
Parents: f83f9f9
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri May 16 12:55:41 2014 -0400
Committer: Christopher Tubbs <ct...@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)