You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my experience gcc uses the temporary directory when compiling from source to an executable. When using intermediate objects *.o files, now temporary files should be generated.
In the regression test run https://github.com/hsutter/cppfront/actions/runs/10382592222/job/28745930035?pr=1224. I got a diff for an linking of
main
in a random directory. We probably should remove the user of temporary intermediate targets.The text was updated successfully, but these errors were encountered: