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
Currently (1.6.0) the method compileFiles (Compiler.java) calls isAlreadyCompiled for C and CPP files but not S files. This means .S files are always recompiled.
Proposal: extend compileFIles to call isAlreadyCompiled for S files.