Skip to content

Commit

Permalink
Use stricter checks for compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaasonen authored Jul 7, 2022
1 parent 2413438 commit 5e441d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Simple command-line tool which prints a hex dump of a file.
## Compiling

```
fbc -e hexfile.bas
fbc -e -w all -w pedantic -w error hexfile.bas
```

## Usage
Expand Down

0 comments on commit 5e441d7

Please sign in to comment.