mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
started to move all variables to a struct
This commit is contained in:
parent
f9825feeea
commit
c1484d2d3c
6 changed files with 74 additions and 31 deletions
5
Makefile
5
Makefile
|
|
@ -1,7 +1,6 @@
|
|||
CC=cc
|
||||
SANITIZERS=
|
||||
#-fsanitize-address -fno-omit-frame-pointer
|
||||
CFLAGS=-Wall -Wextra -Werror -g $(SANITIZERS) -I mlx
|
||||
SANITIZERS=-fsanitize=address -fno-omit-frame-pointer
|
||||
CFLAGS=-Wall -Wextra -Werror -ggdb $(SANITIZERS) -I mlx
|
||||
SOURCEFILES=src/main.c \
|
||||
src/map/map_checker.c \
|
||||
src/map/checkers.c \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue