Kaydet (Commit) 70b36c6a authored tarafından Markus Mohrhard's avatar Markus Mohrhard

enable-debug for orcus based on ENABLE_DEBUG

Change-Id: I8f677bc57ab3c70e60f7708cc020526d4bb71043
üst af8e6f4f
......@@ -88,7 +88,7 @@ $(call gb_ExternalProject_get_state_target,liborcus,build) :
--with-pic \
--enable-static \
--disable-shared \
--disable-debug \
$(if $(filter TRUE,$(ENABLE_DEBUG)),--enable-debug,--disable-debug) \
--disable-spreadsheet-model \
--disable-werror \
$(if $(filter YES,$(CROSS_COMPILING)),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM)) \
......
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