Skip to content

Commit

Permalink
temporarely exclude lwip from build
Browse files Browse the repository at this point in the history
  • Loading branch information
radkesvat committed Aug 12, 2024
1 parent f7120ac commit 0562a84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ww/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/eventloop)


# add lwip
set(WPDPACK_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lwip/WpdPack)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lwip)
# set(WPDPACK_DIR ${CMAKE_CURRENT_SOURCE_DIR}/lwip/WpdPack)
# add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/lwip)



Expand Down
2 changes: 1 addition & 1 deletion ww/managers/mimalloc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ option(MI_LOCAL_DYNAMIC_TLS "Use slightly slower, dlopen-compatible TLS mechanis
option(MI_LIBC_MUSL "Set this when linking with musl libc" OFF)
option(MI_BUILD_SHARED "Build shared library" OFF)
option(MI_BUILD_STATIC "Build static library" ON)
option(MI_BUILD_OBJECT "Build object library" ON)
option(MI_BUILD_OBJECT "Build object library" OFF)
option(MI_BUILD_TESTS "Build test executables" OFF)
option(MI_DEBUG_TSAN "Build with thread sanitizer (needs clang)" OFF)
option(MI_DEBUG_UBSAN "Build with undefined-behavior sanitizer (needs clang++)" OFF)
Expand Down

0 comments on commit 0562a84

Please sign in to comment.