Fork me on GitHub
#leiningen
<
2022-07-12
>
colinkahn19:07:30

Hi. I'm a bit confused about where to put :global-vars settings. I want to be able to set :global-vars {*assert* false} in a specific profile, but it doesn't seem to work. I've added (println "*assert* =" *assert*) to one of my namespaces to verify if the setting is working. I've tried :global-vars in a profile and at the top level of the project file. Anything obvious I'm doing wrong?