Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support for ClangCL in MSVC. #104

@All8Up

Description

@All8Up

I suggest changing line 33 of optick.h to the following:

#if (defined(__clang__) && !defined(_MSC_VER)) || defined(__GNUC__)

This will prevent the improper assumption of clang meaning non VC build when the ClangCL driver is in use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions