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

Compiling with isolate #15

Closed
hermanzdosilovic opened this issue Sep 7, 2016 · 1 comment
Closed

Compiling with isolate #15

hermanzdosilovic opened this issue Sep 7, 2016 · 1 comment

Comments

@hermanzdosilovic
Copy link
Contributor

Hi,
I have question about using isolate for compiling.

Aside from running a, for example C, code with isolate, should I also compile it with isolate? If yes, how is it done?

Thanks in advance,
Herman

@stefano-maggiolo
Copy link

Hi Herman, I would suggest you did it - even if you only control the source code being compiled you can inspect other files, for example. Compiling is the same as executing, for isolate there is no difference: just create a sandbox (as Petr explained) and run gcc in it, and finally pick up the executable.

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