1
0
mirror of https://github.com/fumiama/simple-dict.git synced 2026-06-30 00:40:25 +08:00

优化代码结构

This commit is contained in:
源文雨
2022-05-06 19:54:14 +08:00
parent 83a7a91af7
commit 30dd4df7b9
2 changed files with 14 additions and 12 deletions

View File

@@ -3,7 +3,7 @@ project(simple-dict-server C)
SET(CMAKE_BUILD_TYPE "Release")
add_definitions(-DLISTEN_ON_IPV6)
add_definitions(-DDEBUG)
#add_definitions(-DDEBUG)
IF(CMAKE_SIZEOF_VOID_P EQUAL 8)
add_definitions("-DCPUBIT64")
ELSE()