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.
This commit is contained in:
parent
cac87d9dd0
commit
3341b2e045
|
|
@ -13,6 +13,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "ngspice/config.h"
|
||||
#include "ngspice/cpextern.h"
|
||||
#include "ngspice/devdefs.h"
|
||||
#include "ngspice/dstring.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue