diff options
Diffstat (limited to 'sw/source/core/makefile.mk')
-rw-r--r-- | sw/source/core/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/makefile.mk b/sw/source/core/makefile.mk index 2701445fb8..04022c30cb 100644 --- a/sw/source/core/makefile.mk +++ b/sw/source/core/makefile.mk @@ -69,7 +69,7 @@ SUBLIBS3= \ $(SLB)$/SwNumberTree.lib \ $(SLB)$/tablecore.lib -.IF "$(dbgutil)"!="" +.IF "$(DBG_LEVEL)">="2" SUBLIBS3+= \ $(SLB)$/except.lib .ENDIF |