diff --git a/Build/Compilers/Nodebuilders/zdbsp.cfg b/Build/Compilers/Nodebuilders/zdbsp.cfg index 86c34aec..8e981cfd 100644 --- a/Build/Compilers/Nodebuilders/zdbsp.cfg +++ b/Build/Compilers/Nodebuilders/zdbsp.cfg @@ -29,11 +29,18 @@ nodebuilders parameters = "-c -o%FO %FI"; // -c adds comment indices in UDMF format. This is not documented in the ZDBSP usage. } - + zdbsp_fast { title = "ZDBSP - Fast (no reject)"; compiler = "zdbsp"; parameters = "-R -o%FO %FI"; } + + zdbsp_compressed + { + title = "ZDBSP - Compress nodes"; + compiler = "zdbsp"; + parameters = "-z -o%FO %FI"; + } } diff --git a/Build/Compilers/Nodebuilders/zdbsp.exe b/Build/Compilers/Nodebuilders/zdbsp.exe index 494be809..58c0525c 100644 Binary files a/Build/Compilers/Nodebuilders/zdbsp.exe and b/Build/Compilers/Nodebuilders/zdbsp.exe differ