Skip to content

Commit 10a193d

Browse files
committed
feat(arrays): multi dimensional arrays
Signed-off-by: SIGMazer <mazinasd7@gmail.com>
1 parent acd4bf0 commit 10a193d

File tree

9 files changed

+426
-416
lines changed

9 files changed

+426
-416
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FLEX := flex
55
PYTHON := python3
66

77
# Compiler and linker flags
8-
CFLAGS := -Wall -Wextra -Wpedantic -Werror -O2
8+
CFLAGS := -Wall -Wextra -Wpedantic -Werror -O2 -Wuninitialized
99
LDFLAGS := -lfl -lm
1010

1111
# Source files and directories

0 commit comments

Comments
 (0)