We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13bbf11 commit d9f7319Copy full SHA for d9f7319
Tests/Decorators/TestOnce.cs
@@ -1,3 +1,7 @@
1
+#if !(UNITY_EDITOR || DEBUG)
2
+#define AL_OPTIMIZE
3
+#endif
4
+
5
using NUnit.Framework;
6
using Active.Core;
7
using static Active.Raw;
0 commit comments