diff options
author | justanothercatgirl <sotov2070@gmail.com> | 2024-06-28 00:06:40 +0300 |
---|---|---|
committer | justanothercatgirl <sotov2070@gmail.com> | 2024-06-28 00:52:08 +0300 |
commit | ebad5ad23dc6893b0fb75ba04aa961a25a532b5f (patch) | |
tree | c025946d4248b46aceae3e15c19efd29b2d12af2 /compile_flags.txt | |
parent | 28bb6070e64f25aa6ff64f81b59a7f52e12d4092 (diff) |
Finished hash_map implementation
TODO: fix that one linked list function
Diffstat (limited to 'compile_flags.txt')
-rw-r--r-- | compile_flags.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 1a9ce62..54d3666 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1 +1,2 @@ -DTT_INT +-Wall -Wextra -Wpedantic -Werror |