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

Remove xcode from the process #1

Open
ericentin opened this issue Feb 22, 2010 · 2 comments
Open

Remove xcode from the process #1

ericentin opened this issue Feb 22, 2010 · 2 comments

Comments

@ericentin
Copy link
Owner

Build via gcc and a single source file directly -- should save some time compared to xcodebuild.

@trevor403
Copy link

xcode has nothing to do with source, we could make a Makefile if we wanted, or anything that will tell the source to compile. xcode is using clang or gcc in the firstplace. therefore we can cut it out, ill make a Makefile just to show how it can be done...

@trevor403
Copy link

I've just realized that you were mentioning that you wanted to use direct gcc for the compiling of the bundle code that is run via the eval, this could be done by making a project that works like the tar template but uses gcc to compile directly from the eval

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