diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/dkms.mkconf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/dkms.mkconf b/scripts/dkms.mkconf index 2fa3dd2b4..67b9dad58 100755 --- a/scripts/dkms.mkconf +++ b/scripts/dkms.mkconf @@ -37,10 +37,6 @@ PRE_BUILD="configure then echo --enable-debug fi - if [[ \${SPL_DKMS_ENABLE_DEBUG_LOG,,} == @(y|yes) ]] - then - echo --enable-debug-log - fi if [[ \${SPL_DKMS_ENABLE_DEBUG_KMEM,,} == @(y|yes) ]] then echo --enable-debug-kmem |