Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-SMF
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
Operations
Operations
Metrics
Environments
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
OpenXG
OpenXG-SMF
Commits
e4decc9f
Commit
e4decc9f
authored
Apr 25, 2021
by
Tien-Thinh Nguyen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add lib Asan for Release mode
parent
07e71ded
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/oai_smf/CMakeLists.txt
src/oai_smf/CMakeLists.txt
+3
-0
No files found.
src/oai_smf/CMakeLists.txt
View file @
e4decc9f
...
@@ -124,6 +124,9 @@ if (CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
...
@@ -124,6 +124,9 @@ if (CMAKE_BUILD_TYPE STREQUAL "RelWithDebInfo")
add_boolean_option
(
LOG_OAI_MINIMAL True
"Thread safe logging API, log only levels above NOTICE"
)
add_boolean_option
(
LOG_OAI_MINIMAL True
"Thread safe logging API, log only levels above NOTICE"
)
SET
(
ASAN asan
)
SET
(
ASAN asan
)
endif
()
endif
()
if
(
CMAKE_BUILD_TYPE STREQUAL
"Release"
)
SET
(
ASAN asan
)
endif
()
if
(
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
if
(
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
add_boolean_option
(
LOG_OAI True
"Thread safe logging API"
)
add_boolean_option
(
LOG_OAI True
"Thread safe logging API"
)
SET
(
ASAN asan
)
SET
(
ASAN asan
)
...
...
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