Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenVolumeMesh
OpenVolumeMesh
Commits
b5d2a0bb
Commit
b5d2a0bb
authored
Sep 17, 2019
by
Martin Heistermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix typo for glibcxx debug
parent
5c4b73cf
Pipeline
#12194
passed with stage
in 6 minutes and 41 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+2
-2
No files found.
CMakeLists.txt
View file @
b5d2a0bb
...
@@ -38,8 +38,8 @@ if (OVM_STANDALONE_BUILD)
...
@@ -38,8 +38,8 @@ if (OVM_STANDALONE_BUILD)
# https://libcxx.llvm.org/docs/DesignDocs/DebugMode.html#using-debug-mode
# https://libcxx.llvm.org/docs/DesignDocs/DebugMode.html#using-debug-mode
add_definitions
(
-D_LIBCPP_DEBUG=1
)
add_definitions
(
-D_LIBCPP_DEBUG=1
)
# https://gcc.gnu.org/onlinedocs/libstdc%2B%2B/manual/debug_mode_using.html
# https://gcc.gnu.org/onlinedocs/libstdc%2B%2B/manual/debug_mode_using.html
add_definitions
(
-D_GLIBXX_DEBUG=1
)
add_definitions
(
-D_GLIB
C
XX_DEBUG=1
)
add_definitions
(
-D_GLIBXX_DEBUG_PEDANTIC=1
)
add_definitions
(
-D_GLIB
C
XX_DEBUG_PEDANTIC=1
)
endif
()
endif
()
else
()
else
()
# OVM_TARGET_PREFIX is prepended to targets with generic names,
# OVM_TARGET_PREFIX is prepended to targets with generic names,
...
...
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