ModelTree.cc: Provide output in case of failure
1 unresolved thread
1 unresolved thread
Related to #116
Edited by Johannes Pfeifer
Merge request reports
Activity
added 81 commits
-
02651ba8...c1381f1d - 80 commits from branch
Dynare:master
- b84a77d3 - ModelTree.cc: Provide output in case of failure
-
02651ba8...c1381f1d - 80 commits from branch
assigned to @sebastien
More generally, what are you trying to do exactly? This commit will print the GCC command line whenever a compilation fails. First, this is going to be very esoteric to the user, so this looks more like something that should be output only in some debug mode, or at least with some additional context information. Second, it does not convey the error message itself, and I’m not sure how the latter can be retrieved.
Please register or sign in to reply