diff options
| author | Thomas Schmucker <ts@its1.de> | 2021-12-29 10:49:19 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2021-12-29 10:49:19 +0100 |
| commit | 5e696c74c9649b0e54133d46a3ae92e5ce0632fb (patch) | |
| tree | ef9d4e6bcf9797b74e13ddbf943f424ac1d49664 /compile_flags.txt | |
| parent | a9fecebe13be05c15a5adf5a6fcefacb73d0d035 (diff) | |
| parent | 6ced2a50056acbf7caec404a1edfa3b07fa1ac5d (diff) | |
| download | data-structures-5e696c74c9649b0e54133d46a3ae92e5ce0632fb.tar.gz data-structures-5e696c74c9649b0e54133d46a3ae92e5ce0632fb.tar.bz2 data-structures-5e696c74c9649b0e54133d46a3ae92e5ce0632fb.zip | |
Merge branch 'feat/remove-null-checks'
Diffstat (limited to 'compile_flags.txt')
| -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 |
