Welcome to the AI slop.
This commit is contained in:
commit
adc01bb99c
1925 changed files with 238364 additions and 0 deletions
60
node_modules/sqlite3/deps/common-sqlite.gypi
generated
vendored
Normal file
60
node_modules/sqlite3/deps/common-sqlite.gypi
generated
vendored
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
{
|
||||
'variables': {
|
||||
'sqlite_version%':'3440200',
|
||||
"toolset%":'',
|
||||
},
|
||||
'target_defaults': {
|
||||
'default_configuration': 'Release',
|
||||
'conditions': [
|
||||
[ 'toolset!=""', {
|
||||
'msbuild_toolset':'<(toolset)'
|
||||
}]
|
||||
],
|
||||
'configurations': {
|
||||
'Debug': {
|
||||
'defines!': [
|
||||
'NDEBUG'
|
||||
],
|
||||
'cflags_cc!': [
|
||||
'-O3',
|
||||
'-Os',
|
||||
'-DNDEBUG'
|
||||
],
|
||||
'xcode_settings': {
|
||||
'OTHER_CPLUSPLUSFLAGS!': [
|
||||
'-O3',
|
||||
'-Os',
|
||||
'-DDEBUG'
|
||||
],
|
||||
'GCC_OPTIMIZATION_LEVEL': '0',
|
||||
'GCC_GENERATE_DEBUGGING_SYMBOLS': 'YES'
|
||||
},
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'ExceptionHandling': 1, # /EHsc
|
||||
}
|
||||
}
|
||||
},
|
||||
'Release': {
|
||||
'defines': [
|
||||
'NDEBUG'
|
||||
],
|
||||
'xcode_settings': {
|
||||
'OTHER_CPLUSPLUSFLAGS!': [
|
||||
'-Os',
|
||||
'-O2'
|
||||
],
|
||||
'GCC_OPTIMIZATION_LEVEL': '3',
|
||||
'GCC_GENERATE_DEBUGGING_SYMBOLS': 'NO',
|
||||
'DEAD_CODE_STRIPPING': 'YES',
|
||||
'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES'
|
||||
},
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': {
|
||||
'ExceptionHandling': 1, # /EHsc
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue