AcessNative - Disable optimisations to aid debug
authorJohn Hodge <[email protected]>
Thu, 4 Oct 2012 06:21:02 +0000 (14:21 +0800)
committerJohn Hodge <[email protected]>
Thu, 4 Oct 2012 06:21:02 +0000 (14:21 +0800)
AcessNative/ld-acess_src/Makefile

index 419e47d..77cd2d1 100644 (file)
@@ -20,9 +20,10 @@ endif
 
 CFLAGS   += -Wall
 CFLAGS   += -Werror
-CFLAGS   += -g -O2
+CFLAGS   += -g
 CPPFLAGS += -DARCHDIR_is_x86_64=1
-LDFLAGS  += -g -Wl,-T,obj-$(PLATFORM)/link.ld
+LDFLAGS  += -g
+# -Wl,-T,obj-$(PLATFORM)/link.ld
 
 DEPFILES  = $(filter %.o,$(OBJ))
 DEPFILES := $(DEPFILES:%=%.dep)

UCC git Repository :: git.ucc.asn.au