mirror of
https://github.com/libretro/RetroArch
synced 2024-12-27 15:29:23 +00:00
Update Makefile
This commit is contained in:
parent
8520a94b8f
commit
fde7026ac2
@ -6,7 +6,7 @@ LD := g++
|
||||
OBJS := main.o
|
||||
INCLUDES := -I.
|
||||
|
||||
CFLAGS := -O3 -Wall -std=c++14
|
||||
CFLAGS := -O3 -Wall -std=c++14 -DNDEBUG
|
||||
LDFLAGS := -lz
|
||||
|
||||
ifneq ($(findstring Linux,$(shell uname -a)),)
|
||||
|
Loading…
Reference in New Issue
Block a user