소스 검색

Merge branch 'dev'

sanex3339 8 년 전
부모
커밋
7a9e754eab
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -119,6 +119,7 @@ Following options available for the JS Obfuscator:
 {
     compact: true,
     controlFlowFlattening: false,
+    controlFlowFlatteningThreshold: 0.75,
     debugProtection: false,
     debugProtectionInterval: false,
     disableConsoleOutput: true,
@@ -146,6 +147,7 @@ Following options available for the JS Obfuscator:
 
     --compact <boolean>
     --controlFlowFlattening <boolean>
+    --controlFlowFlatteningThreshold <number>
     --debugProtection <boolean>
     --debugProtectionInterval <boolean>
     --disableConsoleOutput <boolean>