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

Running a vibe-d app with --DRT-gcopt=profile:1 fails #1656

Closed
grogancolin opened this issue Jan 13, 2017 · 2 comments
Closed

Running a vibe-d app with --DRT-gcopt=profile:1 fails #1656

grogancolin opened this issue Jan 13, 2017 · 2 comments

Comments

@grogancolin
Copy link
Contributor

I can't pass --DRT-gcopt to my vibe-d application.

Unrecognized command line option: --DRT-gcopt=profile:1

This is using a custom main function with:

	if (!finalizeCommandLineOptions())
		return;
	lowerPrivileges();
	runEventLoop();
@grogancolin
Copy link
Contributor Author

Hmm, removing if (!finalizeCommandLineOptions) allows the options to pass down to the runtime.

That function might need to recognize D runtime specific options.

@mathias-lang-sociomantic
Copy link
Contributor

Will be fixed by #1944

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

2 participants