diff options
| -rw-r--r-- | compile_flags.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index f97a587..d36fd95 100644 --- a/compile_flags.txt +++ b/compile_flags.txt | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | -Wall | 1 | -Wall |
| 2 | -Werror | 2 | -Werror |
| 3 | -Wextra | ||
| 4 | -Wno-unused-function | ||
| 5 | -Wsign-conversion | ||
| 3 | -pedantic | 6 | -pedantic |
| 4 | -std=c11 | 7 | -std=c11 |
| 5 | -I/usr/local/include | 8 | -I/usr/local/include |
