diff options
| author | Thomas Schmucker <ts@its1.de> | 2025-04-13 22:43:46 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2025-04-13 22:43:46 +0200 |
| commit | 7d956c533e9fd7d3bbb9a4a8b7f89f0fe54d4bc3 (patch) | |
| tree | ea1c5bc19dfe6bacad2d377378c460ee5284e74e /lib/compile_flags.txt | |
| parent | 85fe3b67a67825dfc5e43959f001b2a7159dc23f (diff) | |
| download | libcsv-7d956c533e9fd7d3bbb9a4a8b7f89f0fe54d4bc3.tar.gz libcsv-7d956c533e9fd7d3bbb9a4a8b7f89f0fe54d4bc3.tar.bz2 libcsv-7d956c533e9fd7d3bbb9a4a8b7f89f0fe54d4bc3.zip | |
first draft
Diffstat (limited to 'lib/compile_flags.txt')
| -rw-r--r-- | lib/compile_flags.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/compile_flags.txt b/lib/compile_flags.txt new file mode 100644 index 0000000..8b85c07 --- /dev/null +++ b/lib/compile_flags.txt | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | -Wall | ||
| 2 | -Wextra | ||
| 3 | -Wsign-compare | ||
| 4 | -Wsign-conversion | ||
| 5 | -pedantic | ||
| 6 | -std=c99 | ||
| 7 | -O2 | ||
| 8 | -Iinclude | ||
