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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user