Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
rocm_bandwidth_test
Commits
c17e6aab
Commit
c17e6aab
authored
Mar 01, 2021
by
Ramesh Errabolu
Browse files
Rename the variable used to pass linker flags
parent
6e04c2e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
CMakeLists.txt
CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
c17e6aab
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment