-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
When switch the build type from release to debug or back in Visual Studio then antlr does not rebuild for the selected build type causing the build to fail. To solve this one has to
- rebuild the entire solution (taking a long time) or
- rebuild antlr manually (which is ok)
To Reproduce
Steps to reproduce the behavior:
- Clone the repo
- Configure and generate with cmake-gui for Visual Studio
- Compile the solution (default is debug)
- Switch to release
- Compile the solution
- See that linking fails
Expected behavior
antlr should be rebuild automatically.
Desktop (please complete the following information):
- OS: Windows 10 / 11
- IDE: Visual Studio 2022
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working