Skip to content

Remove usage of debug runtime for Debug builds #41

Description

@Hual

This can cause issues in two places (as of now) - FlatMap and NetworkBitStream - because malloc & free in debug & non-debug crt are incompatible with each other, causing crashes. The ideal solution would be to fix them the same way as HybridString but that would require an ABI break so forcing non-debug runtime is better for now

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    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