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
ce8bce7947
commit
415d94bee0
|
|
@ -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