Repository: couchdb-jiffy
Updated Branches:
  refs/heads/master ef77de4aa -> cdcf6772a


fix Windows compile options


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

Branch: refs/heads/master
Commit: cdcf6772a0c6110910d10953509f2339e58fb036
Parents: ef77de4
Author: Joan Touzet <woh...@apache.org>
Authored: Thu Aug 27 13:53:43 2015 -0400
Committer: Joan Touzet <woh...@apache.org>
Committed: Thu Aug 27 13:53:43 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/couchdb-jiffy/blob/cdcf6772/rebar.config
----------------------------------------------------------------------
diff --git a/rebar.config b/rebar.config
index 76c5806..d458fd7 100644
--- a/rebar.config
+++ b/rebar.config
@@ -24,8 +24,8 @@
     {"darwin10.*-32$", "LDFLAGS", "-arch i386"},
 
     %% This will merge into basho/rebar/rebar.config eventually
-    {"win32", "CFLAGS", "/Wall /DWIN32 /D_WINDOWS /D_WIN32 /DWINDOWS"},
-    {"win32", "CXXFLAGS", "-g -Wall -O3"}
+    {"win32", "CFLAGS", "/Wall /DWIN32 /D_WINDOWS /D_WIN32 /DWINDOWS /Ic_src"},
+    {"win32", "CXXFLAGS", "$CFLAGS /O2 /DNDEBUG /Wall /Ic_src"}
 ]}.
 
 {erl_opts, [

Reply via email to