Caleb James DeLisle 5 mesi fa
parent
commit
2d414ab3d3
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      node_build/make.js

+ 4 - 1
node_build/make.js

@@ -76,7 +76,10 @@ Builder.configure({
         // enable for safety (don't worry about speed, profiling shows they add ~nothing)
         '-D', 'Identity_CHECK=1',
         '-D', 'Allocator_USE_CANARIES=1',
-        '-D', 'PARANOIA=1'
+        '-D', 'PARANOIA=1',
+
+        // Noise protocol causes huge problems for beacon session setup
+        '-D', 'NOISE_NO=1'
     );
 
     if (process.env["CJDNS_RELEASE_VERSION"]) {