Skip to content
Snippets Groups Projects
Commit bb2317b6 authored by Guenter Knauf's avatar Guenter Knauf
Browse files

minor Makefile fix.

parent 189461dc
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ LDFLAGS = -T
AR = ar
ARFLAGS = -cq
CFLAGS += -fno-builtin -fpack-struct -fpcc-struct-return -fno-strict-aliasing
CFLAGS += -Wall -Wno-format # -pedantic
CFLAGS += -Wall -Wno-format -Wno-uninitialized # -pedantic
ifeq ($(LIBARCH),LIBC)
PRELUDE = $(SDK_LIBC)/imports/libcpre.gcc.o
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment