-
I'm mixing C and Nelua in my project by compiling everything to .o files and then linking them together. **I want to know how to generate an .o output file (with This is a simple test file from the project:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Oh! After looking through the code I found an answer, I will leave it here for future reference: just use the pragma "noentrypoint" |
Beta Was this translation helpful? Give feedback.
Oh! After looking through the code I found an answer, I will leave it here for future reference: just use the pragma "noentrypoint"