mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
Enable Steamshim debugging by default
This commit is contained in:
parent
65dc6bf7d0
commit
0be474a84f
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue