Skip to content

Commit

Permalink
Merge pull request #547 from phetzy/rolling
Browse files Browse the repository at this point in the history
🚸 Further strip away debug symbols to reduce binary size
  • Loading branch information
alamin655 authored Mar 21, 2024
2 parents 2149e32 + f78c6d7 commit 236e887
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "websurfx"
version = "1.11.0"
version = "1.12.1"
edition = "2021"
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
repository = "https://github.com/neon-mmd/websurfx"
Expand Down Expand Up @@ -77,7 +77,7 @@ panic = 'abort'
incremental = false
codegen-units = 1
rpath = false
strip = "debuginfo"
strip = "symbols"

[features]
default = ["memory-cache"]
Expand Down

0 comments on commit 236e887

Please sign in to comment.