Commit Graph

4 Commits

Author SHA1 Message Date
Darryl L. Miles c27ef5fab1 doc: document --disable-magic-builddate and the ccache options in INSTALL
Add three configure options to the INSTALL option list:
  * --disable-magic-builddate -- omit the build date for reproducible builds
    (byte-identical objects for a given commit) and full ccache effectiveness.
  * --disable-ccache -- opt out of the auto-detected ccache.
  * --enable-ccache-prefix-map -- relativize embedded source paths for
    cross-tree ccache sharing (off by default; note the debugger and
    CCACHE_BASEDIR implications).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-26 14:54:11 -04:00
Tim Edwards e2c3eb3e20 Corrected the previous commit, which did not fix the problem that
it claimed to fix, but caused an incorrect DRC maxwidth check
instead.  The problem appears to be correctly resolved now.
Also:  Tracked down a recently-introduced minor issue in which
the interactive DRC stops running after issuing "drc check" and
does not resume until another key or mouse even occurs.  This
turned out to be caused by the work on the "logcommands" command,
which should have used "*bypass" before "logcommands suspend"
and "logcommands resume", since the "*bypass" indicates that
the command has no impact on layout and should not interrupt
the DRC checker.
2024-10-01 21:14:12 -04:00
Roman-Parise 05c069783a Added FreeBSD detail to INSTALL 2019-08-03 12:19:38 -04:00
Tim Edwards 231a299b16 Initial commit at Tue Apr 25 08:41:48 EDT 2017 by tim on stravinsky 2017-04-25 08:41:48 -04:00