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 a565df3 commit ce6816aCopy full SHA for ce6816a
overlays/node-lto.nix
@@ -1,8 +1,9 @@
1
final: prev: {
2
- nodejs-with-lto = prev.pkgsStatic.nodejs_24.overrideAttrs (attrs: {
3
- LDFLAGS="-Wl,-z,stack-size=8388608";
4
- VARIATION="static";
5
- patches = attrs.patches or [] ++ [./patches/node-lto.patch];
6
- configureFlags = ["--enable-lto" "--fully-static"];
7
- });
+ nodejs-with-lto = final.nodejs_24;
+# nodejs-with-lto = final.pkgsStatic.nodejs_24.overrideAttrs (attrs: {
+# LDFLAGS="-Wl,-z,stack-size=8388608";
+# VARIATION="static";
+# patches = attrs.patches or [] ++ [./patches/node-lto.patch];
+# configureFlags = ["--enable-lto" "--fully-static"];
8
+# });
9
}
0 commit comments