diff options
Diffstat (limited to 'Rules.mak')
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,10 +41,10 @@ CFLAGS=$(ARCH_CFLAGS) $(CCFLAGS) $(DEFS) ifeq ($(DODEBUG),true) CFLAGS += -Wall -g - LDFLAGS = -nostdlib + LDFLAGS = -nostdlib -Wl,-warn-common else CFLAGS += -Wall #-fomit-frame-pointer - LDFLAGS = -s -nostdlib + LDFLAGS = -s -nostdlib -Wl,-warn-common endif ifndef $(PREFIX) |