This commit is contained in:
Nishi 2024-11-30 01:54:15 +09:00
parent 46022ea197
commit 3a6a1ee6ba
No known key found for this signature in database
GPG Key ID: BAEA61502BFD1F1C

View File

@ -4,7 +4,7 @@
# For W3 distribution, machine type for subdirectories
WWW_MACH = linux
CFLAGS = -g -Wall -DPOSIXWAIT
CFLAGS = -g -Wall -DPOSIXWAIT -DNO_TIMEZONE
LFLAGS =
CC = cc