diff options
author | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-06 00:39:44 -0400 |
---|---|---|
committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-05-06 00:39:44 -0400 |
commit | d8f2c10b7108fff6b7e437291093a1cadc15ab9f (patch) | |
tree | 3fc50a19d6fbb9c94a8fe147cd2a6c4ba7f59b8d /compile_flags.txt | |
parent | ansii c (diff) | |
download | lazysphere-d8f2c10b7108fff6b7e437291093a1cadc15ab9f.tar.gz lazysphere-d8f2c10b7108fff6b7e437291093a1cadc15ab9f.tar.bz2 lazysphere-d8f2c10b7108fff6b7e437291093a1cadc15ab9f.zip |
refactor
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 + |