Skip to content
Snippets Groups Projects
Commit cc7f0399 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Revert "Tweak linux link flags"

This reverts commit fe56d468.
parent ea6f6e83
No related branches found
No related tags found
No related merge requests found
......@@ -223,7 +223,7 @@ if (LINUX)
endif ()
# Enable these flags so we have a read only GOT and some linking opts
add_link_options("LINKER:-gz" "LINKER:-z,relro" "LINKER:-z,now" "LINKER:--as-needed" "LINKER:--build-id=uuid")
add_link_options("LINKER:-z,relro" "LINKER:-z,now" "LINKER:--as-needed" "LINKER:--build-id=uuid")
endif ()
if (DARWIN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment