summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2013-03-09 16:00:37 +0100
committermanuel <manuel@mausz.at>2013-03-09 16:00:37 +0100
commit3b61fd8e1f381a813484ba25b7ef04c79d9ea7bf (patch)
tree30bc0531f6b188db240942b427144c8f2b314e46
parentac192857f7a93654f1ac25eac1231f303c760e81 (diff)
downloadsteamcmd-3b61fd8e1f381a813484ba25b7ef04c79d9ea7bf.tar.gz
steamcmd-3b61fd8e1f381a813484ba25b7ef04c79d9ea7bf.tar.bz2
steamcmd-3b61fd8e1f381a813484ba25b7ef04c79d9ea7bf.zip
compile with debug information enabled
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bc76765..b1d83bb 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
1NAME = UpdateTool 1NAME = UpdateTool
2 2
3CXX = g++ 3CXX = g++
4CFLAGS = -m32 -I../open-steamworks -DSTEAMWORKS_CLIENT_INTERFACES -fvisibility=hidden -fvisibility-inlines-hidden 4CFLAGS = -g -m32 -I../open-steamworks -DSTEAMWORKS_CLIENT_INTERFACES -fvisibility=hidden -fvisibility-inlines-hidden
5LDFLAGS = -m32 -ldl -lpthread ../open-steamworks/Resources/Libs/Linux32/steamclient.a 5LDFLAGS = -m32 -ldl -lpthread ../open-steamworks/Resources/Libs/Linux32/steamclient.a
6SRC = $(wildcard *.cpp) 6SRC = $(wildcard *.cpp)
7OBJ_DIR = Objs 7OBJ_DIR = Objs