Skip to content

Commit

Permalink
misc: add a shebang to the script file
Browse files Browse the repository at this point in the history
  • Loading branch information
vyfor committed Apr 21, 2024
1 parent 3947f2d commit bc1c47c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/bash

rustc --crate-type=cdylib -C opt-level=3 -C panic=abort -C lto=fat -o cord src/lib.rs

0 comments on commit bc1c47c

Please sign in to comment.