Merge pull request #18 from cho45/newlib-nano

use newlib-nano to saving sram usage of impure_data
This commit is contained in:
TT 2019-08-25 23:12:51 +09:00 committed by GitHub
commit f2ab569e5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@
# Compiler options here.
ifeq ($(USE_OPT),)
USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16
USE_OPT = -O2 -ggdb -fomit-frame-pointer -falign-functions=16 --specs=nano.specs
endif
# C specific options here (added to USE_OPT).