Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
2
2025ustc-jianmu-compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
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
compiler_staff
2025ustc-jianmu-compiler
Commits
3f8d9ebd
Commit
3f8d9ebd
authored
Sep 14, 2025
by
Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix clang debug error
parent
11d80799
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
No files found.
CMakeLists.txt
View file @
3f8d9ebd
...
@@ -12,6 +12,8 @@ endif()
...
@@ -12,6 +12,8 @@ endif()
set
(
CMAKE_EXPORT_COMPILE_COMMANDS ON
)
set
(
CMAKE_EXPORT_COMPILE_COMMANDS ON
)
add_compile_options
(
-fstandalone-debug
)
# 防止 string 在调试时显示 summary string parsing error
message
(
STATUS
"BUILD TYPE :
${
CMAKE_BUILD_TYPE
}
"
)
message
(
STATUS
"BUILD TYPE :
${
CMAKE_BUILD_TYPE
}
"
)
INCLUDE_DIRECTORIES
(
INCLUDE_DIRECTORIES
(
...
...
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