Krisztián Gergő
Krisztián Gergő
I'll wait for the checks to finish, after that I will try
I'll wait for the checks to finish, after that I will try
@tristan957 Is it better now?
Fair enough, done :)
Unfortunately, I do not have any performance data. At first I didn't want to implement the MIL linking for the very reason you mention, but I was unable to make...
This should work, however, I did not implement support for C++. Not sure why it wants VS, for good measure I would pass in --wipe when configuring. ``` [constants] tools_folder...
> On the .o / .mil thing, multiple .mil files form one .o file and then the one .o file gets linked into a single binary? Yes, source files are...
@tsetsong Thanks for the feedback, that was a strong typo, I have corrected it. I also added that by default, the files should have .elf suffix. There is a name_suffix...
The library function builds shared libraries by default it seems, try using the static_library function, or set the default to static.
Are you using "--keep-temporary-files" arg? Ninja doesn't "know" about these files, as it only knows about the object and dep files, there is no command that generates .src files in...