-
Notifications
You must be signed in to change notification settings - Fork 24
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
Fix MSVC builds - missing profiling.c #144
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some minor changes necessary; please do the adjustment also to the ocide folder
after these changes are done, feel free to commit upstream directly
3f504df
to
f47a5dc
Compare
Yes. You can also use a different approach, but ideally we have the help text only once.
|
f47a5dc
to
9cd2dd4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please send upstream - I'll also run the appveyor builds then
Would it be reasonable to get back to #140 after checking in Win32+MacOS changes? |
Follow-up of #110 (comment).
Add missing profiling.c file in MSVC projects.
Also fix usage of preprocessor directives inside macro in
flag.def
(MSVC does not seem to like that).