From d3adc16a08d95d6e331de55d7d3bf05a66a874a8 Mon Sep 17 00:00:00 2001 From: pack Date: Sun, 9 Aug 2026 10:54:08 +0000 Subject: stop tracking node_modules/ --- node_modules/sqlite3/deps/common-sqlite.gypi | 60 ---------------------------- 1 file changed, 60 deletions(-) delete mode 100644 node_modules/sqlite3/deps/common-sqlite.gypi (limited to 'node_modules/sqlite3/deps/common-sqlite.gypi') diff --git a/node_modules/sqlite3/deps/common-sqlite.gypi b/node_modules/sqlite3/deps/common-sqlite.gypi deleted file mode 100644 index 36d53c7..0000000 --- a/node_modules/sqlite3/deps/common-sqlite.gypi +++ /dev/null @@ -1,60 +0,0 @@ -{ - 'variables': { - 'sqlite_version%':'3520000', - "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 - } - } - } - } - } -} -- cgit v1.2.3