diff options
-rw-r--r-- | linker/linker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linker/linker.c b/linker/linker.c index 42a5205..bb31703 100644 --- a/linker/linker.c +++ b/linker/linker.c @@ -53,7 +53,7 @@ #include "ba.h" #define ALLOW_SYMBOLS_FROM_MAIN 1 -#define SO_MAX 96 +#define SO_MAX 128 /* Assume average path length of 64 and max 8 paths */ #define LDPATH_BUFSIZE 512 |