Constructor macro for honsed config-p structures.
Syntax:
(make-honsed-config [:cmdline <cmdline>] [:verbose <verbose>] [:timing <timing>] [:mintime <mintime>] [:remove-temps <remove-temps>] [:lrat-check <lrat-check>])
This is identical to make-config, except that we hons the structure we are creating.
This is an ordinary honsing
Macro:
(defmacro make-honsed-config (&rest args) (std::make-aggregate 'config args '((:cmdline) (:verbose) (:timing . t) (:mintime) (:remove-temps) (:lrat-check)) 'make-honsed-config t))