mirror of
https://github.com/libretro/gambatte-libretro.git
synced 2024-11-23 07:49:48 +00:00
Add -std=c++98 to prevent warnings
This commit is contained in:
parent
36391e168b
commit
d6ffbd5e13
@ -281,6 +281,8 @@ else
|
||||
CXXFLAGS += -O3 -fno-exceptions -fno-rtti -DHAVE_STDINT_H
|
||||
endif
|
||||
|
||||
CXXFLAGS += -std=c++98
|
||||
|
||||
CORE_DIR := src
|
||||
|
||||
include Makefile.common
|
||||
|
Loading…
Reference in New Issue
Block a user