aboutsummaryrefslogtreecommitdiff
path: root/libpsn00b
diff options
context:
space:
mode:
authorlameguy64 <lameguy64@ponce.localdomain>2019-04-12 19:04:57 +0800
committerlameguy64 <lameguy64@ponce.localdomain>2019-04-12 19:04:57 +0800
commit349726bb0aa31235222691540ee2c276a309e863 (patch)
tree0c909c1d4939a4f59d392f73edf8502d5b8a919f /libpsn00b
parent1388e18427ae6245b137d52282f66692f6fef2ed (diff)
downloadpsn00bsdk-349726bb0aa31235222691540ee2c276a309e863.tar.gz
* Fixed lzpack producing broken QLP archives breaking the n00bdemo example.\n* Updated GCC configure parameters to a known working config.\n* Removed a stray executable file.
Diffstat (limited to 'libpsn00b')
-rw-r--r--libpsn00b/lzp/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpsn00b/lzp/makefile b/libpsn00b/lzp/makefile
index cf82872..befdc34 100644
--- a/libpsn00b/lzp/makefile
+++ b/libpsn00b/lzp/makefile
@@ -7,7 +7,7 @@ OFILES = $(addprefix build/,$(CFILES:.c=.o))
INCLUDE = -I../include
-CFLAGS = -O2 -msoft-float -fno-builtin -nostdlib -Wa,--strip-local-absolute
+CFLAGS = -g -O2 -msoft-float -fno-builtin -nostdlib -Wa,--strip-local-absolute
AFLAGS = -msoft-float --strip-local-absolute
CC = $(PREFIX)gcc