multithreading work (need to make better)
This commit is contained in:
3
Makefile
3
Makefile
@@ -1,6 +1,7 @@
|
||||
CC := gcc
|
||||
CFLAGS := -Wall -Wextra -g -fsanitize=address,undefined $(shell sdl2-config --cflags)
|
||||
CFLAGS += -O3 -march=native
|
||||
CFLAGS += -O3 -march=native -fopt-info-optimized
|
||||
#CFLAGS += -fsanitize=address
|
||||
LDFLAGS := $(shell sdl2-config --libs)
|
||||
TARGET := game_of_life
|
||||
|
||||
|
||||
Reference in New Issue
Block a user