Browse Source

Fix win32 build

pull/103/head
Victor Galkin 9 years ago
parent
commit
f077ed2a1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rebar.config

+ 1
- 1
rebar.config View File

@ -25,7 +25,7 @@
%% This will merge into basho/rebar/rebar.config eventually %% This will merge into basho/rebar/rebar.config eventually
{"win32", "CFLAGS", "/Wall /DWIN32 /D_WINDOWS /D_WIN32 /DWINDOWS"}, {"win32", "CFLAGS", "/Wall /DWIN32 /D_WINDOWS /D_WIN32 /DWINDOWS"},
{"win32", "CXXFLAGS", "-g -Wall -O3"}
{"win32", "CXXFLAGS", "-Ic_src/ -g -Wall -O3"}
]}. ]}.
{erl_opts, [ {erl_opts, [

Loading…
Cancel
Save