mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 391325 - Cannot debug installed xulrunner, add a --enable-install-strip flag, patch by Sergey Yanovich <ynvich@gmail.com>, r+a=me
This commit is contained in:
parent
4e684f94ad
commit
110fa8fea7
@ -179,6 +179,7 @@ XPCOM_LIBS=@XPCOM_LIBS@
|
||||
MOZ_TIMELINE=@MOZ_TIMELINE@
|
||||
|
||||
ENABLE_STRIP = @ENABLE_STRIP@
|
||||
PKG_SKIP_STRIP = @PKG_SKIP_STRIP@
|
||||
|
||||
ClientWallet=1
|
||||
CookieManagement=1
|
||||
|
@ -6123,6 +6123,14 @@ MOZ_ARG_ENABLE_BOOL(strip,
|
||||
ENABLE_STRIP=1,
|
||||
ENABLE_STRIP= )
|
||||
|
||||
dnl ========================================================
|
||||
dnl = Enable stripping of libs & executables when packaging
|
||||
dnl ========================================================
|
||||
MOZ_ARG_ENABLE_BOOL(install-strip,
|
||||
[ --enable-install-strip Enable stripping of libs & executables when packaging ],
|
||||
PKG_SKIP_STRIP= ,
|
||||
PKG_SKIP_STRIP=1)
|
||||
|
||||
dnl ========================================================
|
||||
dnl = --enable-elf-dynstr-gc
|
||||
dnl ========================================================
|
||||
@ -7471,6 +7479,7 @@ AC_SUBST(MOZ_CRASHREPORTER)
|
||||
AC_SUBST(MOZ_MOCHITEST)
|
||||
|
||||
AC_SUBST(ENABLE_STRIP)
|
||||
AC_SUBST(PKG_SKIP_STRIP)
|
||||
AC_SUBST(USE_ELF_DYNSTR_GC)
|
||||
AC_SUBST(USE_PREBINDING)
|
||||
AC_SUBST(INCREMENTAL_LINKER)
|
||||
|
Loading…
Reference in New Issue
Block a user