mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-05 17:07:35 +00:00
Update Makefile
This commit is contained in:
parent
e39f5d7143
commit
8520a94b8f
@ -6,7 +6,7 @@ LD := g++
|
||||
OBJS := main.o
|
||||
INCLUDES := -I.
|
||||
|
||||
CFLAGS := -O2 -Wall -std=c++14
|
||||
CFLAGS := -O3 -Wall -std=c++14
|
||||
LDFLAGS := -lz
|
||||
|
||||
ifneq ($(findstring Linux,$(shell uname -a)),)
|
||||
|
Loading…
x
Reference in New Issue
Block a user