Skip to content

Commit d6cd193

Browse files
authored
chore: add stack-protector-strong flag (#56)
* chore: add stack-protector-strong flag * 5.1.12-vscode
2 parents d77a523 + 60f275d commit d6cd193

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

binding.gyp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"<!(node -p \"require('node-addon-api').targets\"):node_addon_api_except"
1818
],
1919
"cflags": [
20+
"-fstack-protector-strong",
2021
"-O2"
2122
],
2223
"msvs_configuration_attributes": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vscode/sqlite3",
33
"description": "Asynchronous, non-blocking SQLite3 bindings",
4-
"version": "5.1.11-vscode",
4+
"version": "5.1.12-vscode",
55
"homepage": "https://github.com/microsoft/vscode-node-sqlite3",
66
"author": {
77
"name": "Mapbox",

0 commit comments

Comments
 (0)