Hello, I'm receiving the following error after running the command
(use 'overtone.live)
in the repl:
WARNING: JVM argument TieredStopAtLevel=1 is active, and may
lead to reduced performance. This happens to currently be the
default lein setting:
https://github.com/technomancy/leiningen/pull/1230
If you didn't intend this JVM arg to be specified, you can turn
it off in your project.clj file or your global
~/.lein/profiles.clj file by adding the key-val
:jvm-opts ^:replace []
I added the key-val to my ~/.lein/profiles.clj and received the same error againany help is greatly appreciated