diff options
-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 |