-
Notifications
You must be signed in to change notification settings - Fork 342
Closed
Description
With the pattern change from
#if WITH_USB_BACKEND
..
#endif
to
if (WITH_USB_BACKEND) {
....
}
I'm getting linker errors related to usb_context_scan() etc.
MSVC compiler is not smart enough to do dead code removal, or I haven't found the right switches.
Been some other reports in for different libraries of the same issue with MSVC.
Thoughts?
Metadata
Metadata
Assignees
Labels
No labels