Skip to content

Conversation

@Arcmantis18
Copy link

I was unable to build the project with profiling enabled because the -pg compiler flag was not being passed to the compiler. After some investigation I found that configure.ac was assigning the flags to some 'dead' variables and not the correct autotools standards. I made the necessary corrections, as well as passing -pg to the linker flags for correct profiling.

I also found that the HEAVY_DEBUG macro was not being properly defined and fixed that.

Thank you :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant