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
spbro
OpenXG-RAN
Commits
ae60dede
Commit
ae60dede
authored
Jun 05, 2024
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build_oai: fix bad options' names
parent
8abf975f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cmake_targets/build_oai
cmake_targets/build_oai
+4
-4
No files found.
cmake_targets/build_oai
View file @
ae60dede
...
...
@@ -414,19 +414,19 @@ function main() {
grep
-sq
"Ubuntu 18.04"
/etc/os-release
&&
echo_error
"Bug in OS with this option, see CMakeLists.txt"
CMAKE_CMD
=
"
$CMAKE_CMD
-DSANITIZE_ADDRESS=True"
shift
;;
--sanitize-undefined
|
-f
undefined
=
address
)
--sanitize-undefined
|
-f
sanitize
=
undefined
)
CMAKE_CMD
=
"
$CMAKE_CMD
-DSANITIZE_UNDEFINED=True"
shift
;;
--sanitize-memory
|
-fsanitize
=
memory
)
CMAKE_CMD
=
"
$CMAKE_CMD
-DSANITIZE_MEMORY=ON -DSANITIZE_ADDRESS=OFF -DSANITIZE_UNDEFINED=OFF"
shift
;;
--sanitize-thread
|
-fsanitize
=
thread
)
CMAKE_CMD
=
"
$CMAKE_CMD
-DSANITIZE_THREAD=True"
shift
;;
--trace-asn1c-enc-dec
)
CMAKE_CMD
=
"
$CMAKE_CMD
-DTRACE_ASN1C_ENC_DEC=ON"
echo_info
"Enabling asn1c internal traces via OAI logging system"
shift
1
;;
--sanitize-thread
|
-fthread
=
address
)
CMAKE_CMD
=
"
$CMAKE_CMD
-DSANITIZE_THREAD=True"
shift
;;
-h
|
--help
)
print_help
exit
1
;;
...
...
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