1
0
mirror of https://github.com/fumiama/base16384.git synced 2026-06-22 07:30:25 +08:00

fix build under ppc64le

This commit is contained in:
源文雨
2022-04-23 10:43:53 +08:00
parent acfd2d1369
commit d645f8c333
2 changed files with 9 additions and 1 deletions

View File

@@ -1,7 +1,6 @@
cmake_minimum_required(VERSION 3.0.0)
project(base16384 VERSION 2.0)
SET(CMAKE_BUILD_TYPE "Release")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -march=native")
add_executable(base16384 base16384.c)