Update rustflags for target configurations#60
Update rustflags for target configurations#60binary-signal wants to merge 1 commit intoapache:mainfrom
Conversation
add targets for linux windows and apple
leekeiabstraction
left a comment
There was a problem hiding this comment.
Hope you don't mind me reviewing this.
Can you include testing details if on the PR description if any?
Or alternatively, if this follows convention, would be helpful to point out where this is retrieved from.
|
@leekeiabstraction Linux target - Adds optimization flags for Linux: --gc-sections - Remove unused sections macOS targets - Separates into two distinct configs: Both use the same flags for dynamic library linking Windows target - Adds static CRT linking: This enables the project to compile correctly across Linux, macOS (both Intel and ARM), and Windows with optimized settings for each platform. |
add targets for linux windows and apple