diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-07-04 20:49:53 +0300 |
---|---|---|
committer | justanothercatgirl <sotov@twistea.su> | 2025-02-02 19:09:51 +0300 |
commit | 3eeee14d5d5c93ae3d156aabae5a96d1c09f185a (patch) | |
tree | f23794a428cf663498cff01a148a3f398d42f120 /compile_flags.txt | |
parent | 0cd383b2c444936dc2290c850c02a0cae11187cd (diff) |
Renamed types, migrated to make, changed directory hierarchy
Diffstat (limited to 'compile_flags.txt')
-rw-r--r-- | compile_flags.txt | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt new file mode 100644 index 0000000..5d90624 --- /dev/null +++ b/compile_flags.txt @@ -0,0 +1,14 @@ +-Wall +-Wextra +-Wpedantic +-Werror +-ggdb +-Wno-language-extension-token +-Wno-empty-body +-Iinclude/c_headers/include +-Iinclude +-lc +-lpthread +-DDBG +-ggdb +-g |