some fix and better benshmarking
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
||||
CC := gcc
|
||||
CFLAGS := -Wall -Wextra -g -fsanitize=address,undefined $(shell sdl2-config --cflags)
|
||||
CFLAGS := -Wall -Wextra -g $(shell sdl2-config --cflags)
|
||||
CFLAGS += -O3 -march=native -fopt-info-optimized
|
||||
#CFLAGS += -fsanitize=address
|
||||
LDFLAGS := $(shell sdl2-config --libs)
|
||||
|
||||
Reference in New Issue
Block a user