mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
Otherwise a bunch of optimization isn't enabled and a few debug things are enabled, which result in an overall more (or in this case extremely) unstable electron Thx to @q66 who pointed out that dchecks are enabled closes #38005
12 lines
321 B
Diff
12 lines
321 B
Diff
diff --git a/build/npm.gni b/build/npm.gni
|
|
index a1987d095..fb33a14c3 100644
|
|
--- a/build/npm.gni
|
|
+++ b/build/npm.gni
|
|
@@ -35,7 +35,6 @@ template("npm_action") {
|
|
if (!defined(deps)) {
|
|
deps = []
|
|
}
|
|
- deps += [ ":npm_pre_flight_" + target_name ]
|
|
|
|
script = "//electron/build/npm-run.py"
|
|
args = [
|