Fix win32 build
Project: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/commit/f077ed2a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/tree/f077ed2a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/diff/f077ed2a Branch: refs/heads/master Commit: f077ed2a1de263d813d9d0787825196246a43a62 Parents: e008c0c Author: Victor Galkin <[email protected]> Authored: Thu Aug 20 14:59:58 2015 +0300 Committer: Victor Galkin <[email protected]> Committed: Thu Aug 20 14:59:58 2015 +0300 ---------------------------------------------------------------------- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/f077ed2a/rebar.config ---------------------------------------------------------------------- diff --git a/rebar.config b/rebar.config index 76c5806..79cae29 100644 --- a/rebar.config +++ b/rebar.config @@ -25,7 +25,7 @@ %% This will merge into basho/rebar/rebar.config eventually {"win32", "CFLAGS", "/Wall /DWIN32 /D_WINDOWS /D_WIN32 /DWINDOWS"}, - {"win32", "CXXFLAGS", "-g -Wall -O3"} + {"win32", "CXXFLAGS", "-Ic_src/ -g -Wall -O3"} ]}. {erl_opts, [
