mirror of
https://github.com/MercuryWorkshop/epoxy-tls.git
synced 2025-05-13 06:20:02 -04:00
actually apply opt-level z
This commit is contained in:
parent
f54c2d3315
commit
ce6f1b7dc7
5 changed files with 6 additions and 7 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -522,7 +522,7 @@ checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "epoxy-client"
|
name = "epoxy-client"
|
||||||
version = "1.5.0"
|
version = "1.5.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-compression",
|
"async-compression",
|
||||||
"async_io_stream",
|
"async_io_stream",
|
||||||
|
|
|
@ -9,7 +9,3 @@ debug = true
|
||||||
panic = "abort"
|
panic = "abort"
|
||||||
codegen-units = 1
|
codegen-units = 1
|
||||||
opt-level = 3
|
opt-level = 3
|
||||||
|
|
||||||
[profile.release.package.epoxy-client]
|
|
||||||
opt-level = 'z'
|
|
||||||
debug = false
|
|
||||||
|
|
3
client/.cargo/config.toml
Normal file
3
client/.cargo/config.toml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[profile.release]
|
||||||
|
opt-level = 'z'
|
||||||
|
debug = false
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "epoxy-client"
|
name = "epoxy-client"
|
||||||
version = "1.5.0"
|
version = "1.5.1"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "LGPL-3.0-only"
|
license = "LGPL-3.0-only"
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@mercuryworkshop/epoxy-tls",
|
"name": "@mercuryworkshop/epoxy-tls",
|
||||||
"version": "1.5.0-1",
|
"version": "1.5.1-1",
|
||||||
"description": "A wasm library for using raw encrypted tls/ssl/https/websocket streams on the browser",
|
"description": "A wasm library for using raw encrypted tls/ssl/https/websocket streams on the browser",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "./build.sh"
|
"build": "./build.sh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue