Skip to content

Commit

Permalink
Removed -no-debug build parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Apr 17, 2024
1 parent 8724ab8 commit 4691423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qrepo.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"scripts": {
"build": [
"mkdir -p dist",
"tinygo build -size=full -opt=z -no-debug -scheduler=none -p=4 -target=bluepill -o dist/n2cu.elf"
"tinygo build -size=full -target=bluepill -o dist/n2cu.elf"
],
"flash": [
"tinygo flash -size=full -opt=z -no-debug -scheduler=none -p=4 -target=bluepill"
"tinygo flash -size=full -target=bluepill"
],
"test": [
"go test -v conv_test.go",
Expand Down

0 comments on commit 4691423

Please sign in to comment.