Merge pull request #234 from agoode/rwx

Disable RWX segment warnings
This commit is contained in:
Wolfgang Thaller 2024-03-27 19:47:47 +01:00 committed by GitHub
commit 6c1dad390a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -194,7 +194,8 @@ int main(int argc, char *argv[])
CreateFlatLdScript(out, entryPoint, stripMacsbug);
}
}
args2.push_back("--no-warn-rwx-segments");
args2.push_back("-o");
args2.push_back(outputFile + ".gdb");
args2.push_back("-T");