-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add debug target to makefile. #30
Comments
I've added a basic debug build target, it just compiles with the -g flag which adds debug symbols to the file (I also added a tests target that just prints a message saying it isn't implemented yet). The pull request is 31. |
Alright, that's a good start. Even more elegant than what I had in mind -- I wasn't aware of |
for -g flag see [Issue 30](Stewori#30) the tests targets may not work but they print an error to that effect Moving and splitting out cleans should also work on all the systems
for -g flag see [Issue 30](Stewori#30) the tests targets may not work but they print an error to that effect Moving and splitting out cleans should also work on all the systems
In #10 it was explained how to build JyNI in debug mode. That requires editing the makefile so we should better have a build target for debug. I created this issue to keep track of that idea.
The text was updated successfully, but these errors were encountered: