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
It would be great to have an option to easily enable debug flex and bison output, but I don't think the default should be for debugging builds. lib/CMakeLists.txt has the flex option -d for debug and the bison build has -t for debug. The debug bison build with 3.0.2 on debian testing likes to emit a lot of extra newlines to stderr that I was unable to figure out how to disable.
It would be great to have an option to easily enable debug flex and bison output, but I don't think the default should be for debugging builds. lib/CMakeLists.txt has the flex option
-d
for debug and the bison build has-t
for debug. The debug bison build with 3.0.2 on debian testing likes to emit a lot of extra newlines to stderr that I was unable to figure out how to disable.The text was updated successfully, but these errors were encountered: