Commit 5a82befc authored by nanahira's avatar nanahira

build no-longjmp only on 888

parent 9c7f16d3
Pipeline #41436 failed with stages
in 2 minutes and 23 seconds
...@@ -86,6 +86,8 @@ build_linux_x64: ...@@ -86,6 +86,8 @@ build_linux_x64:
build_linux_x64_no_longjmp: build_linux_x64_no_longjmp:
extends: .build_unix extends: .build_unix
except: [] except: []
only:
- '888'
variables: variables:
NO_LONGJMP: '1' NO_LONGJMP: '1'
......
...@@ -83,7 +83,7 @@ workspace "ocgcoredll" ...@@ -83,7 +83,7 @@ workspace "ocgcoredll"
filter "system:linux" filter "system:linux"
defines { "LUA_USE_LINUX" } defines { "LUA_USE_LINUX" }
pic "On" pic "On"
if not USE_LONGJMP then if USE_LONGJMP then
linkoptions { "-static-libstdc++", "-static-libgcc" } linkoptions { "-static-libstdc++", "-static-libgcc" }
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