software/common.mak: remove -fsigned-char from CFLAGS
This commit is contained in:
parent
e4144f2c7d
commit
c490917aec
|
@ -30,8 +30,8 @@ endif
|
||||||
# Toolchain options
|
# Toolchain options
|
||||||
#
|
#
|
||||||
INCLUDES = -I$(M2DIR)/software/include/base -I$(M2DIR)/software/include -I$(M2DIR)/common
|
INCLUDES = -I$(M2DIR)/software/include/base -I$(M2DIR)/software/include -I$(M2DIR)/common
|
||||||
CFLAGS = -O9 -Wall -Wstrict-prototypes -Wold-style-definition -Wshadow \
|
CFLAGS = -O3 -Wall -Wstrict-prototypes -Wold-style-definition -Wshadow \
|
||||||
-Wmissing-prototypes -fsigned-char -nostdinc $(INCLUDES)
|
-Wmissing-prototypes -nostdinc $(INCLUDES)
|
||||||
LDFLAGS = -nostdlib -nodefaultlibs
|
LDFLAGS = -nostdlib -nodefaultlibs
|
||||||
|
|
||||||
# compile and generate dependencies, based on
|
# compile and generate dependencies, based on
|
||||||
|
|
Loading…
Reference in New Issue