We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9abe454 + fd977a2 commit 86af902Copy full SHA for 86af902
libs/EXTERNAL/libpugixml/CMakeLists.txt
@@ -19,4 +19,7 @@ set_target_properties(libpugixml PROPERTIES PREFIX "") #Avoid extra 'lib' prefix
19
set(PUGIXML_SUPPRESS_FLAGS -w)
20
target_compile_options(libpugixml PRIVATE ${PUGIXML_SUPPRESS_FLAGS})
21
22
+#Enable compact mode which reduces memory usage.
23
+add_definitions(-DPUGIXML_COMPACT)
24
+
25
install(TARGETS libpugixml DESTINATION bin)
0 commit comments