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.
1 parent b2256cc commit fd977a2Copy full SHA for fd977a2
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