summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorRye Mutt <rye@lindenlab.com>2024-10-03 18:57:24 -0400
committerGitHub <noreply@github.com>2024-10-03 18:57:24 -0400
commite093a98f86ad46374f5067adb616a2aead73eff5 (patch)
tree7bb3d1a1c9e0e7ce54d2eb50cd419a4c796ec6dc /indra/newview
parentb33beb0fdb503544b1fd26da0341d5b406ffd8e4 (diff)
parent2792885637d0c61bfcea090cf72dab0d192680da (diff)
Merge pull request #2767 from secondlife/rye/linux
Restore Linux Release config builds
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt
index 29dbceedac..5b38fcfe62 100644
--- a/indra/newview/CMakeLists.txt
+++ b/indra/newview/CMakeLists.txt
@@ -1870,7 +1870,7 @@ else (WINDOWS)
# Linux
set_target_properties(${VIEWER_BINARY_NAME}
PROPERTIES
- LINK_FLAGS_RELEASE "${LINK_FLAGS_RELEASE} -Wl,--Map=${VIEWER_BINARY_NAME}.MAP"
+ LINK_FLAGS_RELEASE "${LINK_FLAGS_RELEASE} -no-pie -Wl,--Map=${VIEWER_BINARY_NAME}.MAP"
)
endif (WINDOWS)