Prevent stub inclusion when building shared objects (#10875)
This commit is contained in:
@ -201,4 +201,5 @@ fn process_instruction(
|
||||
Ok(())
|
||||
}
|
||||
|
||||
// Pull in syscall stubs when building for non-BPF targets
|
||||
solana_sdk::program_stubs!();
|
||||
|
Reference in New Issue
Block a user