[USETUP] Use the smaller zlib_solo instead of the full zlib. CORE-14290

This commit is contained in:
Thomas Faber 2018-02-03 14:36:40 +01:00
parent 324180a32e
commit dc51b419c7
No known key found for this signature in database
GPG key ID: 076E7C3D44720826
2 changed files with 2 additions and 1 deletions

View file

@ -40,7 +40,7 @@ if(USE_CLANG_CL)
add_target_compile_flags(usetup "-Wno-invalid-source-encoding")
endif()
target_link_libraries(usetup zlib inflib ext2lib vfatlib)
target_link_libraries(usetup zlib_solo inflib ext2lib vfatlib)
set_module_type(usetup nativecui)
add_importlibs(usetup ntdll)
add_pch(usetup usetup.h SOURCE)

View file

@ -10,6 +10,7 @@
#include "usetup.h"
#define Z_SOLO
#include <zlib.h>
#define NDEBUG