Merge pull request #18 from cho45/newlib-nano

use newlib-nano to saving sram usage of impure_data
scan_delay_optimize
TT 6 years ago committed by GitHub
commit f2ab569e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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).

Loading…
Cancel
Save

Powered by TurnKey Linux.