Enable Steamshim debugging by default

This commit is contained in:
Vinyl Darkscratch 2018-10-02 19:25:25 -07:00
parent 65dc6bf7d0
commit 0be474a84f

View file

@ -5,6 +5,7 @@ CXX ?= clang++
WINDRES ?= windres WINDRES ?= windres
HOST ?= linux64 HOST ?= linux64
FLAGS := -I$(STEAMWORKS)/public -DGAME_LAUNCH_NAME=\"$(GAME_LAUNCH_NAME)\" -Wall FLAGS := -I$(STEAMWORKS)/public -DGAME_LAUNCH_NAME=\"$(GAME_LAUNCH_NAME)\" -Wall
DEBUG ?= 1
ifeq ($(HOST),w32) ifeq ($(HOST),w32)
FLAGS += -L$(STEAMWORKS)/redistributable_bin FLAGS += -L$(STEAMWORKS)/redistributable_bin