Old thread: What are you working on, Jow Forums?
/dpt/ - Daily Programming Thread
Other urls found in this thread:
first for fuck niggers
Still on the road to learn every decent language that pisses off /dpt/
What are those languages?
hey /dpt/. quick question. is gcc *.c any different from compiling each .c into a .o and a seperate linking stage? does -flto change anything?
That's A LOT of languages
Every language /dpt/ has ever heard of.
If your project grows to more than a few source files, that's what you should be doing, invoking gcc for each object file and linking them as the final step.
You don't have to do this manually, that's what GNU make is for.
Of course - but im concerned about optimizations. Can the compiler make more optimizations if it has knowledge of all the source files at once?
Common Lisp, Forth, Ada, APL, Smalltalk, Idris, and Haskell