Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Slow" compilation #40

Open
ghost opened this issue Jul 13, 2017 · 3 comments
Open

"Slow" compilation #40

ghost opened this issue Jul 13, 2017 · 3 comments

Comments

@ghost
Copy link

ghost commented Jul 13, 2017

Compiling would be faster if scintilla didn't need to build every single lexer.

@Gargaj
Copy link
Owner

Gargaj commented Jul 13, 2017

The problem is the lexers are statically wired into Scintilla; there's no compilation option to exclude one or more, and I'm reluctant to change Scintilla to avoid complicating updates to a later library.

@ghost
Copy link
Author

ghost commented Jul 13, 2017

Ah I see. That's annoying on scintilla's part, but I understand.

@Gargaj
Copy link
Owner

Gargaj commented Jul 13, 2017

I've been doing tests on upgrading Scintilla - they have a version after which they require a C++11 compiler so the upgrades might have to stop there. That might be a good point in time to just stop upgrading and version freeze.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant