diff options
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 |
