[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:
Chris Pepper 2018-06-01 01:08:31 +01:00 committed by Scott Lahteine
parent ae322e0c54
commit d87257f63c

View File

@ -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",