Skip to content

Commit

Permalink
IGL: Remove XR_DEBUG_BUILD check
Browse files Browse the repository at this point in the history
Reviewed By: KyleFung, nlutsenko

Differential Revision: D66762022

fbshipit-source-id: ccc3c99258ffecacf4b92c8c17799b534da926c9
  • Loading branch information
Eric Griffith authored and facebook-github-bot committed Dec 7, 2024
1 parent fe2dbec commit c17f485
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/igl/Macros.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,6 @@
#if defined(IGL_BUILD_MODE_OPT)
// Forced opt build.
#define IGL_DEBUG 0
#elif defined(XR_DEBUG_BUILD)
#define IGL_DEBUG 1
#elif IGL_PLATFORM_ANDROID && !defined(FBANDROID_BUILD_MODE_OPT)
// On Android, buck defines NDEBUG for all builds so the test above doesn't work.
// FBANDROID_BUILD_MODE_OPT is only defined in production builds and was created
Expand Down

0 comments on commit c17f485

Please sign in to comment.