mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Add -Wall option.
This commit is contained in:
parent
09803ca31e
commit
6e4a303cdb
|
@ -70,6 +70,6 @@ ProgStart:
|
||||||
StackSize:
|
StackSize:
|
||||||
HeapSize:
|
HeapSize:
|
||||||
LinkerScript: RTOSDemo/RTOSDemo.ld
|
LinkerScript: RTOSDemo/RTOSDemo.ld
|
||||||
ProgCCFlags: -D GCC_PPC405 -mregnames -Xlinker -Map=rtosdemo.map
|
ProgCCFlags: -D GCC_PPC405 -mregnames -Xlinker -Map=rtosdemo.map -Wall
|
||||||
CompileInXps: 1
|
CompileInXps: 1
|
||||||
NonXpsApp: 0
|
NonXpsApp: 0
|
||||||
|
|
Loading…
Reference in a new issue