Kaydet (Commit) 7f2dd5bf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Pass ENABLE_DEBUG into external/zlib

Change-Id: I3aea7c64acfc933e4df901d4de349708a3331bcd
Reviewed-on: https://gerrit.libreoffice.org/68811
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst df4f405a
...@@ -29,4 +29,8 @@ $(eval $(call gb_StaticLibrary_add_generated_cobjects,zlib,\ ...@@ -29,4 +29,8 @@ $(eval $(call gb_StaticLibrary_add_generated_cobjects,zlib,\
UnpackedTarball/zlib/zutil \ UnpackedTarball/zlib/zutil \
)) ))
ifeq ($(ENABLE_DEBUG),TRUE)
$(eval $(call gb_StaticLibrary_add_cflags,zlib,-DZLIB_DEBUG))
endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
...@@ -32,4 +32,8 @@ $(eval $(call gb_StaticLibrary_add_x64_generated_cobjects,zlib_x64,\ ...@@ -32,4 +32,8 @@ $(eval $(call gb_StaticLibrary_add_x64_generated_cobjects,zlib_x64,\
UnpackedTarball/zlib/x64/zutil \ UnpackedTarball/zlib/x64/zutil \
)) ))
ifeq ($(ENABLE_DEBUG),TRUE)
$(eval $(call gb_StaticLibrary_add_cflags,zlib_x64,-DZLIB_DEBUG))
endif
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment