소스 검색

Disable noise

Caleb James DeLisle 7 달 전
부모
커밋
2d414ab3d3
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  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"]) {