Commit 74ab530e authored by nanahira's avatar nanahira

why is there not a native premake5

parent c9f12191
Pipeline #15256 passed with stages
in 5 minutes and 20 seconds
...@@ -203,6 +203,8 @@ exec_macos_platform_m1: ...@@ -203,6 +203,8 @@ exec_macos_platform_m1:
extends: .exec_macos_platform extends: .exec_macos_platform
tags: tags:
- macos-m1 - macos-m1
variables:
MAC_ARM: 1
exec_macos: exec_macos:
stage: combine stage: combine
......
...@@ -202,7 +202,7 @@ workspace "YGOPro" ...@@ -202,7 +202,7 @@ workspace "YGOPro"
filter { "configurations:Release", "not action:vs*" } filter { "configurations:Release", "not action:vs*" }
symbols "On" symbols "On"
defines "NDEBUG" defines "NDEBUG"
if not ON_MAC_ARM then if not MAC_ARM then
buildoptions "-march=native" buildoptions "-march=native"
end end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment