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 d18f56c commit 9ecfa95Copy full SHA for 9ecfa95
CMakeLists.txt
@@ -16,7 +16,7 @@ if(NOT CMAKE_BUILD_TYPE)
16
message(FATAL_ERROR "Must set cmake build type.")
17
endif()
18
19
-if(${PACKAGE_VERSION} VERSION_LESS "7.0")
+if(LLVM_ENABLE_ASSERTIONS)
20
add_definitions("-DLLVM_DEBUG=DEBUG")
21
22
0 commit comments