We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5afc6a commit a79fa84Copy full SHA for a79fa84
modules/JaiBox2D/generate.jai
@@ -1,6 +1,6 @@
1
AT_COMPILE_TIME :: true;
2
3
-COMPILE :: false; // Enable to compile the library from source before generating bindings
+COMPILE :: true; // Enable to compile the library from source before generating bindings
4
COMPILE_DEBUG :: false; // Compile a debug or release version, debug generates a more useful stacktrace if your program crashes in Box2D
5
6
// We provide box-2.4.1 souce code you could download a different one, update this path and re-generate the bindings.
0 commit comments