diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-06-21 17:20:13 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-06-21 17:20:13 +0200 |
| commit | 08a5f3441675c446482b473777cbba53d5191f20 (patch) | |
| tree | bb462b2439317d8c3be3e542501aa3211357045c /tests/compile_flags.txt | |
| parent | 7d956c533e9fd7d3bbb9a4a8b7f89f0fe54d4bc3 (diff) | |
| download | libcsv-08a5f3441675c446482b473777cbba53d5191f20.tar.gz libcsv-08a5f3441675c446482b473777cbba53d5191f20.tar.bz2 libcsv-08a5f3441675c446482b473777cbba53d5191f20.zip | |
rework: add testing frameworkrework
Diffstat (limited to 'tests/compile_flags.txt')
| -rw-r--r-- | tests/compile_flags.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/compile_flags.txt b/tests/compile_flags.txt index 9352ecc..f77f48c 100644 --- a/tests/compile_flags.txt +++ b/tests/compile_flags.txt | |||
| @@ -3,6 +3,6 @@ | |||
| 3 | -Wsign-compare | 3 | -Wsign-compare |
| 4 | -Wsign-conversion | 4 | -Wsign-conversion |
| 5 | -pedantic | 5 | -pedantic |
| 6 | -std=c99 | 6 | -std=c++20 |
| 7 | -O2 | 7 | -O2 |
| 8 | -I../lib/include | 8 | -I../libcsv/include |
