Fix Makefile
This commit is contained in:
parent
57c5b89399
commit
ef80e1ae34
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
CPPFLAGS = -D_DEFAULT_SOURCE -D_FOTIFY_SOURCE=2
|
||||
CFLAGS = $(CPPFLAGS) -std=c99 -pedantic -Wdefault -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
|
||||
|
||||
default: bin obj bin/chip8
|
||||
|
Loading…
Reference in New Issue
Block a user