-
R=1, D=1, S=1: V
-
R=2, D=1, S=1:
- V
- 503 Service Unavailable
-
R=2, D=1, S=2:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/couchjs/c_src/SConscript b/couchjs/c_src/SConscript | |
| index 757e028..0693f60 100644 | |
| --- a/couchjs/c_src/SConscript | |
| +++ b/couchjs/c_src/SConscript | |
| @@ -17,7 +17,10 @@ def require_lib(name): | |
| print 'Could not find required library', name | |
| Exit(1) | |
| -env = Environment(CCFLAGS='-g -O2 -DXP_UNIX') | |
| +env = Environment(CCFLAGS='-g -O2 -DXP_UNIX', |
NewerOlder