소스 검색

Turn default debugging off

bryan 4 년 전
부모
커밋
0d7cd88fd0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      openwrtBuild

+ 1 - 1
openwrtBuild

@@ -30,7 +30,7 @@ setDefaults() {
     export _target _factory_suffix _sysupgrade_suffix _profile _builddir _debug _filesroot
     declare -ag _packages
 
-    [[ -z $_debug ]] && _debug="true" # Set to true to enable debugging by default
+    [[ -z $_debug ]] && _debug="false" # Set to true to enable debugging by default
     [[ -z $_builddir ]] && _builddir="$PWD"
     [[ -z $_filesroot ]] && _filesroot="$_builddir/files/"