buildsys: move build options to distrobutions/*/options

This commit is contained in:
Lukas Rusak
2016-09-09 09:17:02 -07:00
parent 087b6688e7
commit e2dd1e7bd1
10 changed files with 9 additions and 81 deletions

View File

@@ -1,3 +1,12 @@
# Build optimizations (size/normal)
OPTIMIZATIONS="size"
# LTO (Link Time Optimization) support
LTO_SUPPORT="yes"
# GOLD (Google Linker) support
GOLD_SUPPORT="yes"
# Name of the Distro to build (full name, without special characters)
DISTRONAME="LibreELEC"