SWDEV-229840 - Just adding DDEV_LOG_ENABLE instead of assigning it to -1.
Change-Id: I6859bc55e6e82ffae66ca84ee686c7e76cd8b6f2
This commit is contained in:
zatwierdzone przez
Karthik Jayaprakash
rodzic
3588194e27
commit
df6994c3f9
@@ -89,7 +89,7 @@ if(CMAKE_BUILD_TYPE MATCHES "^Debug$")
|
||||
endif()
|
||||
|
||||
if(DEV_LOG_ENABLE MATCHES "yes")
|
||||
add_definitions(-DDEV_LOG_ENABLE=1)
|
||||
add_definitions(-DDEV_LOG_ENABLE)
|
||||
endif()
|
||||
|
||||
if (DEFINED LLVM_INCLUDES AND NOT ${LLVM_INCLUDES} STREQUAL "")
|
||||
|
||||
Reference in New Issue
Block a user