Fix max_params define.

This commit is contained in:
Eli Kobrin
2023-07-03 15:03:45 +03:00
parent dcbfc88e7d
commit 0966957631

View File

@ -383,7 +383,9 @@ static u8 fortify_set = 0, asan_set = 0, x_set = 0, bit_mode = 0,
have_o = 0, have_pic = 0, have_c = 0, partial_linking = 0,
non_dash = 0;
#ifndef MAX_PARAMS_NUM
#define MAX_PARAMS_NUM 2048
#endif
static void process_params(u32 argc, char **argv) {