On 07/27/2016 06:49 AM, Tulio Ligneul wrote:
I have been trying to compile the examples using Visual Studio Community 2015
targeting x64 platform.
If I try to compile the 'step-1' example in Release mode, it finishes in just
a few seconds, but if i try to compile it in Debug mode it seems the linker
hangs and never ends.
Is the linking time supposed to be really long, even for such a simple
example? If not, has anyone faced this issue and came up with a solution?
Tulio -- it's certainly not the intention that it takes that long. We're not
Windows experts, so we may be doing something wrong. One thing that already
sticks out to me is that you seem to be linking against a static library,
rather than a .dll, right? I don't know how we determine to use one or the
other, but .dll libraries should be much faster.
The second part is that these libraries are *large*. Can you check how large
they are on your system? I suspect that the debug version is much larger
because of all of the debug symbols, so would expect things to take a long
time to link. But that's really the best I can offer from afar...
Best
W.
--
------------------------------------------------------------------------
Wolfgang Bangerth email: bange...@math.tamu.edu
www: http://www.math.tamu.edu/~bangerth/
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see
https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.