We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be58c58 commit e75ae45Copy full SHA for e75ae45
binding.gyp
@@ -16,6 +16,7 @@
16
"-Wno-cast-function-type", # since nan.h -> node.h has some warnings regarding that
17
"-Wno-template-id-cdtor", # since nan.h -> node.h has some warnings regarding that
18
"<!@(pkg-config oopetris-recordings --cflags-only-other)",
19
+ "-static", # statically link this, as we do on windows ( it's the default as per node-gyp )
20
],
21
"conditions": [
22
[
0 commit comments