diff options
| author | manuel <manuel@mausz.at> | 2013-03-09 16:00:37 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-03-09 16:00:37 +0100 |
| commit | 3b61fd8e1f381a813484ba25b7ef04c79d9ea7bf (patch) | |
| tree | 30bc0531f6b188db240942b427144c8f2b314e46 | |
| parent | ac192857f7a93654f1ac25eac1231f303c760e81 (diff) | |
| download | steamcmd-3b61fd8e1f381a813484ba25b7ef04c79d9ea7bf.tar.gz steamcmd-3b61fd8e1f381a813484ba25b7ef04c79d9ea7bf.tar.bz2 steamcmd-3b61fd8e1f381a813484ba25b7ef04c79d9ea7bf.zip | |
compile with debug information enabled
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,7 +1,7 @@ | |||
| 1 | NAME = UpdateTool | 1 | NAME = UpdateTool |
| 2 | 2 | ||
| 3 | CXX = g++ | 3 | CXX = g++ |
| 4 | CFLAGS = -m32 -I../open-steamworks -DSTEAMWORKS_CLIENT_INTERFACES -fvisibility=hidden -fvisibility-inlines-hidden | 4 | CFLAGS = -g -m32 -I../open-steamworks -DSTEAMWORKS_CLIENT_INTERFACES -fvisibility=hidden -fvisibility-inlines-hidden |
| 5 | LDFLAGS = -m32 -ldl -lpthread ../open-steamworks/Resources/Libs/Linux32/steamclient.a | 5 | LDFLAGS = -m32 -ldl -lpthread ../open-steamworks/Resources/Libs/Linux32/steamclient.a |
| 6 | SRC = $(wildcard *.cpp) | 6 | SRC = $(wildcard *.cpp) |
| 7 | OBJ_DIR = Objs | 7 | OBJ_DIR = Objs |
