diff options
| author | Jeroen van Rijn <Kelimion@users.noreply.github.com> | 2024-11-04 14:25:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-04 14:25:31 +0100 |
| commit | e6475fec4d2a3e34099b24a7a3bf890c7a3ef8d9 (patch) | |
| tree | 5fde1084a5a5948cf7fcd63b7922a54b13b6d719 /src/build_settings.cpp | |
| parent | a0b35f67f83c834f1212aee16bf6fd9103892d90 (diff) | |
| parent | 5e308cef5e60a8d50c8d751f50f69534c6c85454 (diff) | |
Merge pull request #4449 from 0dminnimda/add-piedev-2024-11
Link as PIE for PIC by default
Diffstat (limited to 'src/build_settings.cpp')
| -rw-r--r-- | src/build_settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build_settings.cpp b/src/build_settings.cpp index e365d0324..e4413b1fe 100644 --- a/src/build_settings.cpp +++ b/src/build_settings.cpp @@ -453,7 +453,7 @@ struct BuildContext { bool no_threaded_checker; bool show_debug_messages; - + bool copy_file_contents; bool no_rtti; |