You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just documenting this for now since I'm not sure yet where to make the changes.
There's a build configuration for turning on asserts. It should turn on upstream asserts (e.g. from libstdc++ or libc++) by setting appropriate CFLAGS and/or CXXFLAGS.
I also need to confirm the NDEBUG flag should also be set correctly for non-debug builds too. This avoids pulling in unwanted upstream asserts. That appears to be the case, but I haven't confirmed yet.
The text was updated successfully, but these errors were encountered:
Just documenting this for now since I'm not sure yet where to make the changes.
There's a build configuration for turning on asserts. It should turn on upstream asserts (e.g. from libstdc++ or libc++) by setting appropriate CFLAGS and/or CXXFLAGS.
I also need to confirm the NDEBUG flag should also be set correctly for non-debug builds too. This avoids pulling in unwanted upstream asserts. That appears to be the case, but I haven't confirmed yet.
The text was updated successfully, but these errors were encountered: