diff options
Diffstat (limited to 'compile_flags.txt')
-rw-r--r-- | compile_flags.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..396bda2 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,15 @@ +-c +-std=c89 +-Wall +-Wextra +-pedantic +-O2 +-Isrc +-Icommand +-Ilib +-D_DEFAULT_SOURCE +-DMAJOR=0 +-DMINOR=0 +-DPATCH=0 +-DCHECK_LINK + |