This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
jiffy
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Merge pull request
#103
from vicglarson/master
Fix win32 build
pull/80/merge
Paul J. Davis
9 years ago
parent
e008c0c3ff
f077ed2a1d
commit
8a7c67265a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
rebar.config
+ 1
- 1
rebar.config
View File
@ -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, [
Write
Preview
Loading…
Cancel
Save