vineetred/flowy

is_gnome_compliant gets compiled in macOS

vineetred opened this issue · 0 comments

Describe the bug
When releasing the binary for macOS, the function is_gnome_compliant in lib.rs gets compiled even though it is never used.

To Reproduce
Can be seen in the file lib.rs

Expected behavior
The macOS version should not have this copy. A cfg tag can help here.