From 0be474a84f97bf3c82560f3236e618387836a7ca Mon Sep 17 00:00:00 2001 From: Vinyl Darkscratch Date: Tue, 2 Oct 2018 19:25:25 -0700 Subject: [PATCH] Enable Steamshim debugging by default --- steamshim_parent/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/steamshim_parent/Makefile b/steamshim_parent/Makefile index 0b0c355..107008f 100644 --- a/steamshim_parent/Makefile +++ b/steamshim_parent/Makefile @@ -5,6 +5,7 @@ CXX ?= clang++ WINDRES ?= windres HOST ?= linux64 FLAGS := -I$(STEAMWORKS)/public -DGAME_LAUNCH_NAME=\"$(GAME_LAUNCH_NAME)\" -Wall +DEBUG ?= 1 ifeq ($(HOST),w32) FLAGS += -L$(STEAMWORKS)/redistributable_bin