diff options
| author | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-02-01 07:20:36 +0100 |
|---|---|---|
| committer | Xavi Del Campo <xavi.dcr@tutanota.com> | 2020-02-01 07:20:36 +0100 |
| commit | a8fb8794571be967dd8a0ed9ea8fee8cf6f33fb9 (patch) | |
| tree | f497cd52301035437453f45d45049d82d2a988b9 /Makefile.cfg | |
| parent | 3ccdeed57a420839a2d96bc30d07de9812332a89 (diff) | |
| download | psxsdk-a8fb8794571be967dd8a0ed9ea8fee8cf6f33fb9.tar.gz | |
Enabled debugging symbols
Diffstat (limited to 'Makefile.cfg')
| -rw-r--r-- | Makefile.cfg | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.cfg b/Makefile.cfg index 9161753..114ad5e 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -37,7 +37,7 @@ CDLIC_FILE = $(TOOLCHAIN_PREFIX)/share/licenses/infoeur.dat # Executable suffix for executable running on the host # i.e. suffix for the binaries of the tools -EXE_SUFFIX = +EXE_SUFFIX = #EXE_SUFFIX = .exe # Use this on Windows @@ -58,8 +58,8 @@ CPP = mipsel-unknown-elf-gcc OBJCOPY = mipsel-unknown-elf-objcopy # Uncomment the lines below if you want to have a debug build -# CFLAGS += -g -DPSXSDK_DEBUG -# CXXFLAGS += -g -DPSXSDK_DEBUG +CFLAGS += -g -DPSXSDK_DEBUG +CXXFLAGS += -g -DPSXSDK_DEBUG # HOST_* variables specify the programs for compiling code on the host computer @@ -69,7 +69,7 @@ HOST_CFLAGS = -g -Wall -Werror HOST_CXXFLAGS = -g -Wall -Werror HOST_AR = ar HOST_RANLIB = ranlib -HOST_LDFLAGS = +HOST_LDFLAGS = # Flags for the examples |
