Browse Source

Bug 665: enable compiling the code models with link time optimization.

Fix provided by Giles Atkinson.
Still the build of ngspice fails (tested with Cygwin) at the linking stage.
pre-master-46
Holger Vogt 2 years ago
parent
commit
3341b2e045
  1. 1
      src/xspice/icm/dlmain.c

1
src/xspice/icm/dlmain.c

@ -13,6 +13,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "ngspice/config.h"
#include "ngspice/cpextern.h" #include "ngspice/cpextern.h"
#include "ngspice/devdefs.h" #include "ngspice/devdefs.h"
#include "ngspice/dstring.h" #include "ngspice/dstring.h"

Loading…
Cancel
Save