1
0
mirror of https://github.com/fumiama/simple-protobuf.git synced 2026-06-05 08:20:25 +08:00

更改为release

Signed-off-by: fumiama <s862105088@gmail.com>
This commit is contained in:
fumiama
2021-06-07 19:18:54 +08:00
parent 6db9ffe3f0
commit 2694b280cf

View File

@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 2.6)
project(simple-protobuf C)
SET(CMAKE_BUILD_TYPE "Release")
include(TestBigEndian)
test_big_endian(isBigEndian)