Skip to content

Consider not using PCH for OSX builds #233

@itsafuu

Description

@itsafuu

We should consider not using PCH for OSX builds, or using some alternative. When linking to this build using PCH on macos and trying to compile with multiple archs(x86,arm) for OSX, this apparently cannot be done. See CI run:
https://github.com/GeniusVentures/GeniusWallet/actions/runs/21655030996/job/62429052013

We can stop this from happening using -DCMAKE_DISABLE_PRECOMPILE_HEADERS=ON when compiling a project that links to SuperGenius, but it would be better if such requirements did not exist for anyone trying to include SDK in their project.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions