(get-options)
(get-options state)
Return the compiler options from compiler state.
(defn get-options ([] (get-options (current-state))) ([state] (get @state :options)))