diff options
author | Andras Timar <andras.timar@collabora.com> | 2023-07-31 20:38:26 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2023-07-31 20:38:26 +0200 |
commit | b1b23af1108dfd1d460e1508ad1421b53cb5bff4 (patch) | |
tree | 31c06817216011f0d86b45ee0b0b33b74a414724 | |
parent | e63a9553c022a9976d59113938df068f9d2b5d6c (diff) |
[cp] disable symbols in Windows release builds & prepare for 64-bit appx buildco-23.05.2-2
Change-Id: I7bc602d3f2ff07638f68c4d1a5bc6e74207d2d94
-rw-r--r-- | distro-configs/CPWin32.conf | 2 | ||||
-rw-r--r-- | distro-configs/CPWin64.conf | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/distro-configs/CPWin32.conf b/distro-configs/CPWin32.conf index f14ef8458e12..53b535009be4 100644 --- a/distro-configs/CPWin32.conf +++ b/distro-configs/CPWin32.conf @@ -21,6 +21,6 @@ --enable-lto --with-lang=ar ast bg br ca ca-valencia cy cs da de el en-US en-GB eo es et eu fi fr ga gd gl he hr hu id is it ja ko lo lt lv nb nl nn oc pl pt pt-BR sq ro ru sk sl sr sv tr uk vi zh-CN zh-TW --enable-windows-build-signing ---enable-symbols +--disable-symbols --disable-breakpad --with-privacy-policy-url=https://www.collaboraoffice.com/privacy-policy/ diff --git a/distro-configs/CPWin64.conf b/distro-configs/CPWin64.conf index e4bcb1fdfcb4..bd9996ffe4cd 100644 --- a/distro-configs/CPWin64.conf +++ b/distro-configs/CPWin64.conf @@ -16,11 +16,11 @@ --enable-release-build --with-help=html --with-myspell-dicts ---with-package-format=msi +--with-package-format=msi installed --enable-mergelibs --enable-lto --with-lang=ar ast bg br ca ca-valencia cy cs da de el en-US en-GB eo es et eu fi fr ga gd gl he hr hu id is it ja ko lo lt lv nb nl nn oc pl pt pt-BR sq ro ru sk sl sr sv tr uk vi zh-CN zh-TW --enable-windows-build-signing ---enable-symbols +--disable-symbols --disable-breakpad --with-privacy-policy-url=https://www.collaboraoffice.com/privacy-policy/ |