Revision ac41a620 Makefile.target

b/Makefile.target
73 73
PROGS=$(QEMU_PROG)
74 74

  
75 75
# We require -O2 to avoid the stack setup prologue in EXIT_TB
76
OP_CFLAGS := -Wall -Wundef -Wendif-labels -O2 -g -fno-strict-aliasing
76
OP_CFLAGS := -O2 -g -fno-strict-aliasing
77
OP_CFLAGS += -Wall -Wundef -Wendif-labels -Wwrite-strings
77 78

  
78 79
# cc-option
79 80
# Usage: OP_CFLAGS+=$(call cc-option, -falign-functions=0, -malign-functions=0)

Also available in: Unified diff