mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2025-11-20 15:48:06 +00:00
build: remove NOSOLAR option
The current tzdata now goes to 17, which is uncomfortably close to the NOSOLAR limit of 20. * Makefile (CFLAGS): Remove NOSOLAR comment. * tzfile.h (TZ_MAX_TYPES): Ignore NOSOLAR; always default to 256. * NEWS: Document this.
This commit is contained in:
8
Makefile
8
Makefile
@ -196,14 +196,6 @@ GCC_DEBUG_FLAGS = -Dlint -g3 -O3 -fno-common -fstrict-aliasing \
|
||||
# These functions may well disappear in future releases of the time
|
||||
# conversion package.
|
||||
#
|
||||
# If you'll never want to handle solar-time-based time zones, add
|
||||
# -DNOSOLAR
|
||||
# to the end of the "CFLAGS=" line
|
||||
# (and comment out the "SDATA=" line below).
|
||||
# This reduces (slightly) the run-time data-space requirements of
|
||||
# the time conversion functions; it may reduce the acceptability of your system
|
||||
# to folks in oil- and cash-rich places.
|
||||
#
|
||||
# If you want to allocate state structures in localtime, add
|
||||
# -DALL_STATE
|
||||
# to the end of the "CFLAGS=" line. Storage is obtained by calling malloc.
|
||||
|
||||
Reference in New Issue
Block a user