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/25 14:42:37 UTC

[08/19] jiffy commit: updated refs/heads/upstream to f661ee9

Squash to new double-conversion


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

Branch: refs/heads/upstream
Commit: 43d9516bfcb54919cfd3eb89360448bdcc1c583f
Parents: 3458b79
Author: Paul J. Davis <pa...@gmail.com>
Authored: Wed Jul 15 15:44:18 2015 -0500
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Wed Jul 15 15:44:18 2015 -0500

----------------------------------------------------------------------
 rebar.config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/43d9516b/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 3d725b6..76c5806 100644
--- a/rebar.config
+++ b/rebar.config
@@ -8,9 +8,9 @@
 
 {port_env, [
     {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin)",
-        "CFLAGS", "$CFLAGS -g -Wall -Werror -O3 -fno-strict-aliasing"},
+        "CFLAGS", "$CFLAGS -Ic_src/ -g -Wall -Werror -O3 -fno-strict-aliasing"},
     {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin)",
-        "CXXFLAGS", "$CXXFLAGS -g -Wall -Werror -O3"},
+        "CXXFLAGS", "$CXXFLAGS -Ic_src/ -g -Wall -Werror -O3"},
 
     {"(linux|solaris|freebsd|netbsd|openbsd|dragonfly|darwin)",
         "LDFLAGS", "$LDFLAGS -lstdc++"},