Merge pull request #1796 from kobrineli/max_params

Fix MAX_PARAMS_NUM define.
This commit is contained in:
van Hauser 2023-07-03 19:02:13 +03:00 committed by GitHub
commit db96b04aba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {