diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2024-06-08 10:48:36 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2024-06-08 10:48:36 +0200 |
commit | 9ec21da33021e9d2f4564038d85c65ce66a159b5 (patch) | |
tree | b4f1c36fc5d88f738dea63e90d397d434218d872 | |
parent | 2fef6e6f4115fe3d8bf92886124b02658b56b1d7 (diff) | |
download | kit-9ec21da33021e9d2f4564038d85c65ce66a159b5.zip |
Update configs
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | compile_flags.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1 +1 @@ -/out_*/ +/out*/ diff --git a/compile_flags.txt b/compile_flags.txt index b2644d9..5e93f58 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -1 +1 @@ --Wall -Wextra -Werror -Isource +-Wall -Wextra -Werror -pedantic -Isource |