Skip to content

Commit

Permalink
fix: remove temporary TRACY_NO_EXIT define
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAmos committed Jul 14, 2024
1 parent fa7be51 commit f61ff1f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tracy-jni/src/tracy_jni.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#define TRACY_NO_CONTEXT_SWITCH
#define TRACY_NO_SAMPLING
#define TRACY_NO_FRAME_IMAGE
// TODO: Ideally, do not define TRACY_NO_EXIT. Exit gracefully instead.
#define TRACY_NO_EXIT
#define TRACY_ENABLE
#include "TracyClient.cpp"
#include "tracy/TracyC.h"
Expand Down

0 comments on commit f61ff1f

Please sign in to comment.