-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix process_options() constructor registration
This puts in .init_array instead of in .ctor, which is more well-defined to actually pass argc and argv. It also completely disables +ACC parsing on Windows, because it was always broken anyway and seems to be impossible for reasons outlined in the comment in this commit.
- Loading branch information
1 parent
2977ebc
commit 52beed3
Showing
1 changed file
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters