Avoid assert for very large C++ .so files.
This commit is contained in:
parent
063b077df0
commit
22ad2d22b6
|
@ -105,7 +105,7 @@ typedef struct {
|
||||||
int nrofentries;
|
int nrofentries;
|
||||||
} include_def;
|
} include_def;
|
||||||
|
|
||||||
#define MAX_INCLUDES 512
|
#define MAX_INCLUDES 5120
|
||||||
|
|
||||||
static include_def* include_defs = NULL;
|
static include_def* include_defs = NULL;
|
||||||
static int num_include_def = 0;
|
static int num_include_def = 0;
|
||||||
|
|
Loading…
Reference in New Issue