Use fastest compression when compiling Waterbox cores in debug config
This commit is contained in:
parent
8aac335d9b
commit
7b647240e8
|
@ -106,7 +106,7 @@ install: $(TARGET_RELEASE)
|
|||
|
||||
install-debug: $(TARGET_DEBUG)
|
||||
@cp -f $< $(OUTPUTDLL_DIR)
|
||||
@zstd --stdout --ultra -22 --threads=0 $< > $(OUTPUTDLL_DIR)/$(TARGET).zst
|
||||
@zstd --stdout -1 --threads=0 $< > $(OUTPUTDLL_DIR)/$(TARGET).zst
|
||||
@cp $(OUTPUTDLL_DIR)/$(TARGET).zst $(OUTPUTDLLCOPY_DIR)/$(TARGET).zst 2> /dev/null || true
|
||||
@echo Debug build of $(TARGET) installed.
|
||||
|
||||
|
|
Loading…
Reference in New Issue