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

更改为release

This commit is contained in:
fumiama
2021-05-19 23:08:20 +08:00
parent bfc06ff744
commit f9f2bf0585

View File

@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 2.6)
project(simple-dict-server C)
SET(CMAKE_BUILD_TYPE "Release")
add_definitions(-DLISTEN_ON_IPV6)