From 078e249ff71c75a149f3ec3946cb6d6a18a13eda Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 11 Sep 2017 02:22:59 +0200 Subject: [PATCH] Comment this out again --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index f048511ca4..7b0938a4c0 100644 --- a/Makefile.common +++ b/Makefile.common @@ -3,7 +3,7 @@ DEPS_DIR := $(ROOT_DIR)/deps LIBRETRO_COMM_DIR := $(ROOT_DIR)/libretro-common WANT_WGL = 0 -CFLAGS += -fstack-usage +#CFLAGS += -fstack-usage ifeq ($(HAVE_GL_CONTEXT),) HAVE_GL_CONTEXT=0