feat: Remove safe ICF flags for linux, b=no-bug, c=configs

This commit is contained in:
Mr. M
2025-09-21 15:33:57 +02:00
parent 4744a4cf6d
commit 2ed55a22a6
2 changed files with 1 additions and 3 deletions

View File

@@ -28,7 +28,6 @@ if test "$ZEN_RELEASE"; then
ac_add_options --enable-optimize="-O3 -w -ftree-vectorize -mfpmath=sse -mprfchw -msse3 -mcx16 -msahf"
export LDFLAGS="$LDFLAGS -Wl,-O3"
export RUSTFLAGS="$RUSTFLAGS -Clink-args=--icf=safe"
elif test "$SURFER_COMPAT" = "aarch64"; then
ac_add_options --target=aarch64-linux-gnu
@@ -42,7 +41,6 @@ if test "$ZEN_RELEASE"; then
export CPPFLAGS="$CPPFLAGS -O3"
export CXXFLAGS="$CXXFLAGS -O3"
export LDFLAGS="$LDFLAGS -Wl,-O3"
export RUSTFLAGS="$RUSTFLAGS -Clink-args=--icf=safe"
fi
# Disable DMD and ELF hacks, enable linker lld

View File

@@ -381,7 +381,7 @@ export class ZenUrlbarProviderGlobalActions extends UrlbarProvider {
ownerGlobal.WebExtensionPolicy.getByID(payload.extensionId)
);
if (action) {
action.openPopup(ownerGlobal, /* without user interaction = */ true);
action.triggerAction(ownerGlobal);
}
return;
}