mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
projects/*/options: make it clear that only size/normal is supported
This commit is contained in:
parent
a12e313f81
commit
58d8de3770
@ -67,7 +67,7 @@
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Build optimizations (size/speed)
|
# Build optimizations (size/normal)
|
||||||
OPTIMIZATIONS="size"
|
OPTIMIZATIONS="size"
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Build optimizations (size/normal/speed)
|
# Build optimizations (size/normal)
|
||||||
OPTIMIZATIONS="size"
|
OPTIMIZATIONS="size"
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Build optimizations (size/speed)
|
# Build optimizations (size/normal)
|
||||||
OPTIMIZATIONS="size"
|
OPTIMIZATIONS="size"
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
|
@ -67,7 +67,7 @@
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Build optimizations (size/normal/speed)
|
# Build optimizations (size/normal)
|
||||||
OPTIMIZATIONS="size"
|
OPTIMIZATIONS="size"
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
|
@ -62,7 +62,7 @@
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# Build optimizations (size/speed)
|
# Build optimizations (size/normal)
|
||||||
OPTIMIZATIONS="size"
|
OPTIMIZATIONS="size"
|
||||||
|
|
||||||
# Project CFLAGS
|
# Project CFLAGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user