mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-09 20:25:29 +00:00
Disable RWX segment warnings
This commit is contained in:
@@ -194,7 +194,8 @@ int main(int argc, char *argv[])
|
|||||||
CreateFlatLdScript(out, entryPoint, stripMacsbug);
|
CreateFlatLdScript(out, entryPoint, stripMacsbug);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
args2.push_back("--no-warn-rwx-segments");
|
||||||
args2.push_back("-o");
|
args2.push_back("-o");
|
||||||
args2.push_back(outputFile + ".gdb");
|
args2.push_back(outputFile + ".gdb");
|
||||||
args2.push_back("-T");
|
args2.push_back("-T");
|
||||||
|
Reference in New Issue
Block a user