From 2c33c1cd10e280e1a48e716485b171672c055cdf Mon Sep 17 00:00:00 2001 From: Matthew Justin Bauer Date: Tue, 7 Jul 2015 00:47:16 -0500 Subject: [PATCH] Use -O3 for emscripten. --- libgambatte/Makefile.libretro | 3 --- 1 file changed, 3 deletions(-) diff --git a/libgambatte/Makefile.libretro b/libgambatte/Makefile.libretro index f5cff46..2c6b529 100644 --- a/libgambatte/Makefile.libretro +++ b/libgambatte/Makefile.libretro @@ -207,9 +207,6 @@ endif ifeq ($(DEBUG), 1) CFLAGS += -O0 -g CXXFLAGS += -O0 -g -else ifeq ($(platform), emscripten) - CFLAGS += -O2 - CXXFLAGS += -O2 -fno-exceptions -fno-rtti -DHAVE_STDINT_H else CFLAGS += -O3 CXXFLAGS += -O3 -fno-exceptions -fno-rtti -DHAVE_STDINT_H