Commit 50aaa854 authored by Jerome Wu's avatar Jerome Wu

Disable debug in fribidi

parent c808d567
......@@ -11,6 +11,7 @@ CONF_FLAGS=(
--enable-shared=no # not to build shared library
--enable-static
--disable-dependency-tracking
--disable-debug
)
echo "CONF_FLAGS=${CONF_FLAGS[@]}"
(cd $LIB_PATH && \
......
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