From: Sebastien Bourdeauducq Date: Thu, 10 Jan 2013 16:14:51 +0000 (+0100) Subject: software/common.mak: remove -fsigned-char from CFLAGS X-Git-Tag: 24jan2021_ls180~3059 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c490917aec77f56180300d9507953a47b7b6360c;p=litex.git software/common.mak: remove -fsigned-char from CFLAGS --- diff --git a/software/common.mak b/software/common.mak index 9c126009..498714be 100644 --- a/software/common.mak +++ b/software/common.mak @@ -30,8 +30,8 @@ endif # Toolchain options # INCLUDES = -I$(M2DIR)/software/include/base -I$(M2DIR)/software/include -I$(M2DIR)/common -CFLAGS = -O9 -Wall -Wstrict-prototypes -Wold-style-definition -Wshadow \ - -Wmissing-prototypes -fsigned-char -nostdinc $(INCLUDES) +CFLAGS = -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wshadow \ + -Wmissing-prototypes -nostdinc $(INCLUDES) LDFLAGS = -nostdlib -nodefaultlibs # compile and generate dependencies, based on