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/master Commit: 43d9516bfcb54919cfd3eb89360448bdcc1c583f Parents: 3458b79 Author: Paul J. Davis <[email protected]> Authored: Wed Jul 15 15:44:18 2015 -0500 Committer: Paul J. Davis <[email protected]> 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++"},
