mirror of
https://codeberg.org/ACME-Corporation/cub3d.git
synced 2025-12-06 01:48:08 +01:00
feat: Added fps counter
This commit is contained in:
parent
a0967d5f93
commit
4564db6f2f
5 changed files with 1442 additions and 5 deletions
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ CC = cc
|
|||
# https://github.com/google/sanitizers/wiki/AddressSanitizer
|
||||
SANITIZERS = -fsanitize=address,undefined -fno-omit-frame-pointer
|
||||
ifeq ($(CFLAGS),)
|
||||
CFLAGS = -Wall -Wextra -Werror -g
|
||||
CFLAGS = -Wall -Wextra -Werror -g -O3 -ffast-math
|
||||
endif
|
||||
IFLAGS = -I./mlx -I./libft
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue