Skip to content

Commit

Permalink
Correct documented behaviour of FAST=true
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Jul 17, 2024
1 parent 7d5e63f commit e3c70ed
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 @@ -75,7 +75,7 @@
- `make cache` - Clears the default runtime binary cache, useful if running into issues with caching
- ### Flags:
- `DEBUG`: `true / false` - Compiles the target in debug mode
- `FAST`: `true / false` - Compiles with `-Ofast -march=native`
- `FAST`: `true / false` - Compiles with `-march=native` and uses a no-error context

## Dependencies:
- Package names are correct for Debian, other distros may vary
Expand Down

0 comments on commit e3c70ed

Please sign in to comment.