Usermode/Applications - Added -Wall to make config
[tpg/acess2.git] / Usermode / Applications / Makefile.cfg
index d449a16..a1a0141 100644 (file)
@@ -14,7 +14,7 @@ ifeq ($(ARCHDIR),native)
 else
  ASFLAGS = -felf
  CPPFLAGS = -ffreestanding
- CFLAGS   = -fno-stack-protector -fno-builtin $(CPPFLAGS)
+ CFLAGS   = -fno-stack-protector -fno-builtin $(CPPFLAGS) -Wall
  LDFLAGS  = -T $(OUTPUTDIR)Libs/acess.ld -L $(OUTPUTDIR)Libs -I /Acess/Libs/ld-acess.so -lld-acess -lc $(OUTPUTDIR)Libs/crtbegin.o $(OUTPUTDIR)Libs/crtend.o -lposix
  LIBGCC_PATH = $(shell $(CC) -print-libgcc-file-name)
 endif

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