Skip to content

Commit a799c7d

Browse files
committed
Merge branch 'main' of https://github.com/willdoescode/nat into main
2 parents cda39da + 4e6c842 commit a799c7d

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,9 @@ users = "*"
1414
pretty-bytes = "*"
1515
ansi_term = "*"
1616
structopt = "*"
17+
18+
[profile.dev]
19+
opt-level = 0
20+
21+
[profile.release]
22+
opt-level = 3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ cd /tmp
4141
git clone https://github.com/willdoescode/nat.git
4242
cd /tmp/nat
4343

44-
cargo build
44+
cargo build --release
4545

46-
cd target/debug
46+
cd target/release
4747

4848
./nat
4949
```

0 commit comments

Comments
 (0)