Merge pull request #7801 from taosdata/test/zhaoyang3
fix typo in cmake
This commit is contained in:
commit
d2f514ee6b
|
@ -133,8 +133,10 @@ IF (TD_LINUX)
|
|||
|
||||
IF (TD_MEMORY_SANITIZER)
|
||||
SET(DEBUG_FLAGS "-fsanitize=address -fsanitize=undefined -fno-sanitize-recover=all -fsanitize=float-divide-by-zero -fsanitize=float-cast-overflow -fno-sanitize=null -fno-sanitize=alignment -static-libasan -O0 -g3 -DDEBUG")
|
||||
MESSAGE(STATUS "memory sanitizer detected as true")
|
||||
ELSE ()
|
||||
SET(DEBUG_FLAGS "-O0 -g3 -DDEBUG")
|
||||
MESSAGE(STATUS "memory sanitizer detected as false")
|
||||
ENDIF ()
|
||||
SET(RELEASE_FLAGS "-O3 -Wno-error")
|
||||
|
||||
|
|
|
@ -86,7 +86,7 @@ ENDIF ()
|
|||
MESSAGE(STATUS "============= compile version parameter information start ============= ")
|
||||
MESSAGE(STATUS "ver number:" ${TD_VER_NUMBER})
|
||||
MESSAGE(STATUS "compatible ver number:" ${TD_VER_COMPATIBLE})
|
||||
MESSAGE(STATUS "communit commit id:" ${TD_VER_GIT})
|
||||
MESSAGE(STATUS "community commit id:" ${TD_VER_GIT})
|
||||
MESSAGE(STATUS "internal commit id:" ${TD_VER_GIT_INTERNAL})
|
||||
MESSAGE(STATUS "build date:" ${TD_VER_DATE})
|
||||
MESSAGE(STATUS "ver type:" ${TD_VER_VERTYPE})
|
||||
|
|
Loading…
Reference in New Issue