shiika
shiika copied to clipboard
ld warnings in macOS sonoma
On macOS sonoma, compile the example file with cargo run -- run examples/hello.sk
will got this wanings:
Finished dev [unoptimized + debuginfo] target(s) in 0.17s
Running `target/debug/shiika run examples/hello.sk`
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise' is deprecated
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise_state' is deprecated
ld: warning: REFERENCED_DYNAMICALLY flag on symbol '_catch_exception_raise_state_identity' is deprecated
Hello, world!