Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zzha zzha
OpenXG-RAN
Commits
49be2e9b
Commit
49be2e9b
authored
Jul 11, 2023
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reduce sleep
parent
2b85595f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cmake_targets/build_oai
cmake_targets/build_oai
+1
-1
No files found.
cmake_targets/build_oai
View file @
49be2e9b
...
@@ -419,7 +419,7 @@ function main() {
...
@@ -419,7 +419,7 @@ function main() {
shift
;;
shift
;;
--sanitize-memory
|
-fsanitize
=
memory
)
--sanitize-memory
|
-fsanitize
=
memory
)
echo_warning
"Note: memory sanitizer
\n
* requires clang (tested: v17)
\n
* is incompatible with address/undefined behavior sanitizer
\n
* requires cmake_targets/tools/memsan.patch"
echo_warning
"Note: memory sanitizer
\n
* requires clang (tested: v17)
\n
* is incompatible with address/undefined behavior sanitizer
\n
* requires cmake_targets/tools/memsan.patch"
sleep
5
sleep
2
CMAKE_CMD
=
"
$CMAKE_CMD
-DSANITIZE_MEMORY=ON -DSANITIZE_ADDRESS=OFF -DSANITIZE_UNDEFINED=OFF"
CMAKE_CMD
=
"
$CMAKE_CMD
-DSANITIZE_MEMORY=ON -DSANITIZE_ADDRESS=OFF -DSANITIZE_UNDEFINED=OFF"
shift
;;
shift
;;
-h
|
--help
)
-h
|
--help
)
...
...
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