Skip to content

Commit 33369ce

Browse files
TheOnericdmitrylyzo
authored andcommitted
make: limit --disable-debug to fribidi
It is the only project actually recognising this option. Cherry-picked from: libass@190b281
1 parent bd5d076 commit 33369ce

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ build/lib/fribidi/configure: lib/fribidi $(wildcard $(BASE_DIR)build/patches/fri
2424

2525
$(DIST_DIR)/lib/libfribidi.a: build/lib/fribidi/configure
2626
cd build/lib/fribidi && \
27-
$(call CONFIGURE_AUTO) && \
27+
$(call CONFIGURE_AUTO) --disable-debug && \
2828
$(JSO_MAKE) -C lib/ fribidi-unicode-version.h && \
2929
$(JSO_MAKE) -C lib/ install && \
3030
$(JSO_MAKE) install-pkgconfigDATA

functions.mk

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ define CONFIGURE_AUTO
3434
--host=x86-none-linux \
3535
--build=x86_64 \
3636
--enable-static \
37-
--disable-shared \
38-
--disable-debug
37+
--disable-shared
3938
endef
4039

4140
# @arg1: path to source directory; defaults to current working directory

0 commit comments

Comments
 (0)