diff options
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..3ea2c1a --- /dev/null +++ b/compile_flags.txt | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | -Wall | ||
| 2 | -Werror | ||
| 3 | -Wextra | ||
| 4 | -Wconversion | ||
| 5 | -Wdouble-promotion | ||
| 6 | -pedantic | ||
| 7 | -std=c++17 | ||
| 8 | -Iinclude | ||
| 9 | -I../minmea/include | ||
| 10 | -I/usr/local/include | ||
