You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by kx...@apache.org on 2015/07/29 00:42:39 UTC

[14/54] jiffy commit: updated refs/heads/master to ef77de4

Update optimization flags


Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/03f2b306
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/03f2b306
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/03f2b306

Branch: refs/heads/master
Commit: 03f2b306bc320230b9ecdc47a6961131059a0523
Parents: c45f312
Author: Paul J. Davis <pa...@gmail.com>
Authored: Tue Jun 17 02:57:50 2014 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Tue Jun 17 02:57:50 2014 -0500

----------------------------------------------------------------------
 rebar.config | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/03f2b306/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 831ca38..910433c 100644
--- a/rebar.config
+++ b/rebar.config
@@ -7,6 +7,7 @@
 ]}.
 
 {port_env, [
+    {".*", "CFLAGS", "$CFLAGS -g -Wall -Werror -O3"},
     {".*", "CXXFLAGS", "$CXXFLAGS -g -Wall -Werror -O3"},
 
     {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin)",