[2.0.x][LPC176x] Fix PIO build flags (#10909)
Don't build and link with different flags, the binary may not work.
This commit is contained in:
parent
ae322e0c54
commit
d87257f63c
@ -50,7 +50,6 @@ else:
|
|||||||
LINKFLAGS=[
|
LINKFLAGS=[
|
||||||
"-Os",
|
"-Os",
|
||||||
"-mcpu=cortex-m3",
|
"-mcpu=cortex-m3",
|
||||||
"-ffreestanding",
|
|
||||||
"-mthumb",
|
"-mthumb",
|
||||||
"--specs=nano.specs",
|
"--specs=nano.specs",
|
||||||
"--specs=nosys.specs",
|
"--specs=nosys.specs",
|
||||||
|
Loading…
Reference in New Issue
Block a user