マクロを使え
(defmacro if-on-compile (cond &rest form)
(when cond `(progn ,@form)))