Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tracing is not enabled in debug builds #63

Closed
BrunoDutertre opened this issue Aug 5, 2024 · 1 comment
Closed

Tracing is not enabled in debug builds #63

BrunoDutertre opened this issue Aug 5, 2024 · 1 comment

Comments

@BrunoDutertre
Copy link

In a debug build:

cmake .. -DCMAKE_BUILD_TYPE=Debug
make VERBOSE=1

I see these compiler options:

-DETHOS_ASSERTIONS -DETHOS_DEBUG -DETHOS_TRACING 

But they have no effect. The source code uses EO_TRACING and EO_ASSERTION instead. and there's no
DEBUG anywhere in the source.

I'm on commit 9b2fd9b.

@ajreynol
Copy link
Member

ajreynol commented Aug 6, 2024

This is fixed by #62.

@ajreynol ajreynol closed this as completed Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants