all: more minor cleanups

This commit is contained in:
Markus F.X.J. Oberhumer
2023-10-24 23:56:55 +02:00
parent 18f043015e
commit facabd68d7
5 changed files with 94 additions and 77 deletions
+2
View File
@@ -69,6 +69,8 @@ void Options::reset() noexcept {
if (e && e[0])
o->console = CON_FILE;
// options for various executable formats
o->o_unix.osabi0 = 3; // 3 == ELFOSABI_LINUX
o->win32_pe.compress_exports = 1;