|
|
|
@ -192,10 +192,10 @@ AOPT =
@@ -192,10 +192,10 @@ AOPT =
|
|
|
|
|
TOPT = -mthumb -DTHUMB
|
|
|
|
|
|
|
|
|
|
# Define C warning options here
|
|
|
|
|
CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes
|
|
|
|
|
CWARN = -Wall -Wextra -Wundef -Wstrict-prototypes -Werror
|
|
|
|
|
|
|
|
|
|
# Define C++ warning options here
|
|
|
|
|
CPPWARN = -Wall -Wextra -Wundef
|
|
|
|
|
CPPWARN = -Wall -Wextra -Wundef -Werror
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# Compiler settings
|
|
|
|
|