Commit c17e6aab authored by Ramesh Errabolu's avatar Ramesh Errabolu
Browse files

Rename the variable used to pass linker flags

parent 6e04c2e4
...@@ -77,7 +77,7 @@ if("$ENV{CXX}" STREQUAL "/usr/bin/clang++") ...@@ -77,7 +77,7 @@ if("$ENV{CXX}" STREQUAL "/usr/bin/clang++")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ferror-limit=1000000") set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ferror-limit=1000000")
endif() endif()
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,-Bdynamic -Wl,-z,noexecstack") set(CMAKE_EXE_LINKER_FLAGS "-Wl,-Bdynamic -Wl,-z,noexecstack")
set(CMAKE_SKIP_BUILD_RPATH TRUE) set(CMAKE_SKIP_BUILD_RPATH TRUE)
# Check Env vars # Check Env vars
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment