]> git.draconx.ca Git - rrace.git/commit
Use new packed option format from gen-options.awk.
authorNick Bowler <nbowler@draconx.ca>
Sun, 8 Jan 2023 05:41:32 +0000 (00:41 -0500)
committerNick Bowler <nbowler@draconx.ca>
Mon, 9 Jan 2023 03:41:09 +0000 (22:41 -0500)
commita8cba5fb49f78ae73e8002f3f2a45aaf3fb8cb71
tree6fa38fd8d6f9ea9db9d260e3317a09206c165bdf
parentce1a1f9d40d6230f6e3d7059142cf21776548756
Use new packed option format from gen-options.awk.

This new format uses a compact, fully constant array to generate the
real struct option array at runtime.  This allows the full-sized array
to be dropped after command-line processing is finished, and with
position-independent executables, reduces the amount of relocation
processing needed.
Makefile.am
common
src/curses.c
src/motif.c