From a5492dd5fc8500d05ae7a3cc5afbd5c7d3d00c94 Mon Sep 17 00:00:00 2001 From: raysan5 <raysan5@gmail.com> Date: Sat, 2 Jan 2016 11:00:23 +0100 Subject: [PATCH] Corrected compilation flag... ...to avoid .mem file creation --- games/just_do_GGJ2015/src/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/just_do_GGJ2015/src/makefile b/games/just_do_GGJ2015/src/makefile index 32bee4dc1..4c36b154f 100644 --- a/games/just_do_GGJ2015/src/makefile +++ b/games/just_do_GGJ2015/src/makefile @@ -72,7 +72,7 @@ else CFLAGS = -O2 -Wall -std=c99 endif ifeq ($(PLATFORM),PLATFORM_WEB) - CFLAGS = -O2 -Wall -std=c99 -s USE_GLFW=3 + CFLAGS = -O1 -Wall -std=c99 -s USE_GLFW=3 #-s ASSERTIONS=1 --preload-file resources #-s ALLOW_MEMORY_GROWTH=1 # to allow memory resizing #-s TOTAL_MEMORY=16777216 # to specify heap memory size (default = 16MB)