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:35 UTC

[16/50] [abbrv] git commit: ACCUMULO-2762 Use all optimizations by default

ACCUMULO-2762 Use all optimizations by default


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/10ce7af8
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/10ce7af8
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/10ce7af8

Branch: refs/heads/ACCUMULO-378
Commit: 10ce7af89ddaaef1863eed789a6df67946e09c59
Parents: e86bfc2
Author: Christopher Tubbs <ct...@apache.org>
Authored: Wed May 14 12:30:55 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri May 16 12:58:12 2014 -0400

----------------------------------------------------------------------
 server/native/src/main/resources/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/10ce7af8/server/native/src/main/resources/Makefile
----------------------------------------------------------------------
diff --git a/server/native/src/main/resources/Makefile b/server/native/src/main/resources/Makefile
index 1ca79eb..33c2fe9 100644
--- a/server/native/src/main/resources/Makefile
+++ b/server/native/src/main/resources/Makefile
@@ -25,7 +25,7 @@ ifeq ($(shell uname),Linux)
 		JAVA_HOME=$(shell dirname $$(dirname $$(readlink -ef $$(which javah))))
 	endif
 	NATIVE_LIB := libaccumulo.so
-	CXXFLAGS=-m64 -g -fPIC -shared -O2 -fno-omit-frame-pointer -fno-strict-aliasing -Wall -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux -Ijavah
+	CXXFLAGS=-m64 -g -fPIC -shared -O3 -Wall -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux -Ijavah
 endif
 
 ifeq ($(shell uname),Darwin)