diff options
Diffstat (limited to 'util/vgabios/Makefile')
-rw-r--r-- | util/vgabios/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/vgabios/Makefile b/util/vgabios/Makefile index ffa30a9650..0a8dae6d59 100644 --- a/util/vgabios/Makefile +++ b/util/vgabios/Makefile @@ -9,7 +9,7 @@ CC = gcc CFLAGS = -O2 -g -fomit-frame-pointer CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wmissing-prototypes -CFLAGS += -Wwrite-strings -Wredundant-decls -Wno-trigraphs +CFLAGS += -Wwrite-strings -Wredundant-decls -Wno-trigraphs CFLAGS += -Wstrict-aliasing -Wshadow -Wextra INCLUDES = -Iinclude -I../../src/devices/oprom/include/ @@ -27,7 +27,7 @@ all: testbios testbios: $(OBJS) $(CC) $(CFLAGS) -o $@ $^ $(LIBS) - + helper_exec.o: helper_exec.c test.h clean: |