update flags again

This commit is contained in:
2026-02-24 20:53:27 +01:00
parent 349d614611
commit f31f9557b3
5 changed files with 35 additions and 16 deletions

View File

@ -3,8 +3,9 @@
#include <raylib.h>
// #define WEB // Disables multithreading
// #define TRACY // Enable tracy profiling support
#define THREADPOOL // Enable physics threadpool
#define TRACY // Enable tracy profiling support
#define BACKWARD // Enable pretty stack traces
// Window
constexpr int INITIAL_WIDTH = 800;