We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 340d52e commit b4efb3bCopy full SHA for b4efb3b
build.sh
@@ -3,4 +3,4 @@
3
# This script exists solely for build_manifest.yml,
4
# and does not need to be invoked otherwise.
5
6
-cargo build --release
+cargo build
build_manifest.yml
@@ -8,7 +8,7 @@ metadata:
8
license: "MIT or APACHE-2.0"
9
homepage_url: "https://github.com/TimelessOS/Flint"
10
11
-directory: target/release/flint
+directory: target/debug/flint
12
build_script: build.sh
13
commands: ["flint"]
14
0 commit comments