summaryrefslogtreecommitdiff
path: root/compile_flags.txt
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-12 15:19:57 +0200
committerThomas Schmucker <ts@its1.de>2026-07-12 15:19:57 +0200
commitc17b523d4710134218bca4f2fdbe8fd0cee39ecd (patch)
tree2d404a33440469804ef9f01162e52edb1bd70df4 /compile_flags.txt
downloaduse-zlib-c17b523d4710134218bca4f2fdbe8fd0cee39ecd.tar.gz
use-zlib-c17b523d4710134218bca4f2fdbe8fd0cee39ecd.tar.bz2
use-zlib-c17b523d4710134218bca4f2fdbe8fd0cee39ecd.zip
Erstes Beispiel für die Benutzung von zlib
Diffstat (limited to 'compile_flags.txt')
-rw-r--r--compile_flags.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt
new file mode 100644
index 0000000..d87afcf
--- /dev/null
+++ b/compile_flags.txt
@@ -0,0 +1,4 @@
1-Wall
2-Werror
3-pedantic
4-std=c99