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

-prc command-line option not working #39

Closed
marszw opened this issue May 16, 2017 · 1 comment
Closed

-prc command-line option not working #39

marszw opened this issue May 16, 2017 · 1 comment

Comments

@marszw
Copy link

marszw commented May 16, 2017

Contrary to what the documentation on p. 164 says, Asymptote executable ignores any value for the command-line option -prc. Here is a transcript:

C:\Program Files (x86)\Asymptote\asy.exe" -f pdf -prc false -render 0 pr.asy 
error: could not load module 'false'

And the same for the value true:

C:\Program Files (x86)\Asymptote\asy.exe" -f pdf -prc true -render 0 pr.asy 
error: could not load module 'true'

I am running Asymptote 2.41 on Windows 10.

Thank you.

@johncbowman
Copy link
Member

The correct options are -prc and -noprc.

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