Skip to content

Commit

Permalink
Disable debug mode on macos for Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jameshball committed Apr 14, 2024
1 parent 4f390ae commit 0615a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osci-render.jucer
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@
bigIcon="pSc1mq" applicationCategory="public.app-category.music">
<CONFIGURATIONS>
<CONFIGURATION isDebug="1" name="Debug" targetName="osci-render"/>
<CONFIGURATION isDebug="1" name="Release" targetName="osci-render"/>
<CONFIGURATION isDebug="0" name="Release" targetName="osci-render"/>
</CONFIGURATIONS>
<MODULEPATHS>
<MODULEPATH id="juce_audio_basics" path="../../../JUCE/modules"/>
Expand Down

0 comments on commit 0615a46

Please sign in to comment.