mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[USETUP] Use the smaller zlib_solo instead of the full zlib. CORE-14290
This commit is contained in:
parent
324180a32e
commit
dc51b419c7
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
#include "usetup.h"
|
||||
|
||||
#define Z_SOLO
|
||||
#include <zlib.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
|
Loading…
Reference in a new issue