diff options
| author | gingerBill <bill@gingerbill.org> | 2023-12-13 16:47:34 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-12-13 16:47:34 +0000 |
| commit | ca2b2c498e446895412bf297de0770a0bab839f7 (patch) | |
| tree | 6314183a05c1a9b8182683ef8eb62ac3c9afbb61 /src/build_settings.cpp | |
| parent | 6e9e469abd0ec13c624df57d22ef30641fab7491 (diff) | |
Add `-obfuscate-source-code-locations`
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index 94807a852..d91a31ff2 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -381,6 +381,8 @@ struct BuildContext { bool dynamic_map_calls; + bool obfuscate_source_code_locations; + RelocMode reloc_mode; bool disable_red_zone; |