Skip to content

Commit 06a808c

Browse files
committed
[libc] Fix bot accidentally picking up conflicting MB_LEN_MAX
1 parent beb37e2 commit 06a808c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/utils/gpu/server/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ target_compile_options(llvmlibc_rpc_server PUBLIC
1414
$<$<CXX_COMPILER_ID:GNU>:-Wno-attributes>)
1515
target_compile_definitions(llvmlibc_rpc_server PUBLIC
1616
LIBC_COPT_USE_C_ASSERT
17+
LIBC_COPT_MEMCPY_USE_EMBEDDED_TINY
18+
LIBC_TYPES_LONG_DOUBLE_IS_FLOAT64
1719
LIBC_COPT_ARRAY_ARG_LIST
1820
LIBC_COPT_PRINTF_DISABLE_WRITE_INT
1921
LIBC_COPT_PRINTF_DISABLE_INDEX_MODE

0 commit comments

Comments
 (0)