1
0
mirror of https://github.com/fumiama/simple-kanban.git synced 2026-06-05 00:10:29 +08:00

更改为release

This commit is contained in:
fumiama
2021-05-19 23:05:57 +08:00
parent 226d690c20
commit d33a726e60

View File

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