mirror of
https://github.com/autc04/Retro68.git
synced 2025-01-13 16:33:02 +00:00
Disable RWX segment warnings
This commit is contained in:
parent
4ff2d7d902
commit
cc38ed3df3
@ -195,6 +195,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
}
|
||||
|
||||
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