mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Add -Wall option.
This commit is contained in:
parent
6e4a303cdb
commit
640675e76b
|
@ -116,7 +116,7 @@ RTOSDEMO_HEADERS = RTOSDemo/FreeRTOSConfig.h
|
||||||
RTOSDEMO_CC = powerpc-eabi-gcc
|
RTOSDEMO_CC = powerpc-eabi-gcc
|
||||||
RTOSDEMO_CC_SIZE = powerpc-eabi-size
|
RTOSDEMO_CC_SIZE = powerpc-eabi-size
|
||||||
RTOSDEMO_CC_OPT = -O0
|
RTOSDEMO_CC_OPT = -O0
|
||||||
RTOSDEMO_CFLAGS = -D GCC_PPC405 -mregnames -Xlinker -Map=rtosdemo.map
|
RTOSDEMO_CFLAGS = -D GCC_PPC405 -mregnames -Xlinker -Map=rtosdemo.map -Wall
|
||||||
RTOSDEMO_CC_SEARCH = # -B
|
RTOSDEMO_CC_SEARCH = # -B
|
||||||
RTOSDEMO_LIBPATH = -L./ppc405_0/lib/ # -L
|
RTOSDEMO_LIBPATH = -L./ppc405_0/lib/ # -L
|
||||||
RTOSDEMO_INCLUDES = -I./ppc405_0/include/ -IRTOSDemo/ -I. -I./RTOSDemo/ -I../Common/include/ -I../../Source/include/ -I./ppc405_0/include/ -I./ppc405_0/include
|
RTOSDEMO_INCLUDES = -I./ppc405_0/include/ -IRTOSDemo/ -I. -I./RTOSDemo/ -I../Common/include/ -I../../Source/include/ -I./ppc405_0/include/ -I./ppc405_0/include
|
||||||
|
|
Loading…
Reference in a new issue