Update SDL flag
This commit is contained in:
parent
efce4d6d29
commit
e6b5a4dd1b
2
Makefile
2
Makefile
@ -1,6 +1,6 @@
|
|||||||
CPPFLAGS = -D_DEFAULT_SOURCE -D_FOTIFY_SOURCE=2
|
CPPFLAGS = -D_DEFAULT_SOURCE -D_FOTIFY_SOURCE=2
|
||||||
CFLAGS = $(CPPFLAGS) -std=c99 -pedantic -Wall -Wextra -march=native -mtune=native -O2
|
CFLAGS = $(CPPFLAGS) -std=c99 -pedantic -Wall -Wextra -march=native -mtune=native -O2
|
||||||
LDFLAGS = -Wl,-z,relro,-z,now,-O2 -lSDL
|
LDFLAGS = -Wl,-z,relro,-z,now,-O2 -lSDL2
|
||||||
|
|
||||||
default: bin obj bin/chip8
|
default: bin obj bin/chip8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user