mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-13 01:30:55 +00:00
Disable RWX segment warnings
This commit is contained in:
parent
4ff2d7d902
commit
cc38ed3df3
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user