1 Aug
2020
1 Aug
'20
4:59 p.m.
David,
We don't have any LDFLAGS, so why use it? Do we need the generality that it adds?
It's just that it flags an annoying QA warning when compiling...
Hmm. I'll look into this. It doesn't hurt anything either.
The addition of <fcntl.h> to unix.c doesn't seem to make any difference on my system. What is the benefit?
O_RDONLY is defined in that header ( https://pubs.opengroup.org/onlinepubs/009695399/basedefs/fcntl.h.html ) which is included by sys/file.h via an #ifndef statement.
Okay. I'll work on it tomorrow. I am not keen on removing the -g option and the strip command, but I guess since no one is actually developing the code, it doesn't matter. Jonathan