Skip to content
This repository was archived by the owner on Dec 1, 2024. It is now read-only.

Commit 63f19ea

Browse files
committed
initial commit
1 parent 113e0ce commit 63f19ea

1,259 files changed

Lines changed: 348368 additions & 26989 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

binding.gyp

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,32 @@
1414
, "DisableSpecificWarnings": [ "4355", "4530" ,"4267", "4244", "4506" ]
1515
}
1616
}
17+
}, { # OS != 'win'
18+
'cflags!': [ '-fno-rtti' ]
19+
, 'cflags_cc!': [ '-fno-rtti' ]
20+
, 'cflags_cc+': [ '-frtti' ]
21+
}]
22+
, ["OS == 'mac'", {
23+
'xcode_settings': {
24+
'WARNING_CFLAGS': [
25+
'-Wno-sign-compare'
26+
, '-Wno-unused-variable'
27+
, '-Wno-unused-function'
28+
, '-Wno-ignored-qualifiers'
29+
]
30+
, 'OTHER_CPLUSPLUSFLAGS': [
31+
'-mmacosx-version-min=10.8'
32+
, '-std=c++11'
33+
, '-stdlib=libc++'
34+
]
35+
, 'OTHER_LDFLAGS': ['-stdlib=libc++']
36+
, 'GCC_ENABLE_CPP_RTTI': 'YES'
37+
, 'GCC_ENABLE_CPP_EXCEPTIONS': 'YES'
38+
, 'MACOSX_DEPLOYMENT_TARGET': '10.8'
39+
}
1740
}]
1841
, ['OS == "linux"', {
19-
'cflags': [
20-
]
42+
'cflags': []
2143
, 'cflags!': [ '-fno-tree-vrp' ]
2244
}]
2345
]

deps/leveldb/leveldb-1.19/.gitignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

deps/leveldb/leveldb-1.19/CONTRIBUTING.md

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)