We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa56cb commit f793923Copy full SHA for f793923
src/irgen.jl
@@ -11,7 +11,7 @@ function irgen(@nospecialize(job::CompilerJob); ctx::JuliaContextType)
11
# clean up incompatibilities
12
@timeit_debug to "clean-up" begin
13
for llvmf in functions(mod)
14
- if VERSION < v"1.9.0-DEV.516"
+ if VERSION < v"1.9" || Base.isdebugbuild()
15
# only occurs in debug builds
16
delete!(function_attributes(llvmf),
17
EnumAttribute("sspstrong", 0; ctx=unwrap_context(ctx)))
0 commit comments