Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
传
传输层实验之五: TCP连接器实现
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
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
计算机网络-协议实现
传输层实验之五
传输层实验之五: TCP连接器实现
Commits
2dd51681
Commit
2dd51681
authored
Dec 01, 2021
by
张三
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace cflags.cmake
parent
a874c994
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
etc/cflags.cmake
etc/cflags.cmake
+1
-1
No files found.
etc/cflags.cmake
View file @
2dd51681
...
...
@@ -15,6 +15,6 @@ if (${IS_CLANG_COMPILER})
endif
()
# add some flags for the Release, Debug, and DebugSan modes
set
(
CMAKE_CXX_FLAGS_DEBUG
"
${
CMAKE_CXX_FLAGS_DEBUG
}
-ggdb3 -O
g
"
)
set
(
CMAKE_CXX_FLAGS_DEBUG
"
${
CMAKE_CXX_FLAGS_DEBUG
}
-ggdb3 -O
0
"
)
set
(
CMAKE_CXX_FLAGS_DEBUGASAN
"
${
CMAKE_CXX_FLAGS_DEBUG
}
-fsanitize=undefined -fsanitize=address"
)
set
(
CMAKE_CXX_FLAGS_RELASAN
"
${
CMAKE_CXX_FLAGS_RELEASE
}
-fsanitize=undefined -fsanitize=address"
)
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