[DiscordArchive] okay so you say I can add a number of modules at one time then do the compile procedure (without cle
[DiscordArchive] okay so you say I can add a number of modules at one time then do the compile procedure (without cle
Archived author: Revision • Posted: 2025-10-21T12:54:02.479000+00:00
Original source
Exactly
Archived author: Flerp • Posted: 2025-10-21T12:54:12.844000+00:00
Original source
mod-challenge-modes ;-;
Archived author: Kristodian • Posted: 2025-10-21T12:54:43.933000+00:00
Original source
alright
Archived author: Flerp • Posted: 2025-10-21T12:54:46.435000+00:00
Original source
And also the newer version of mod-aoe-loot
Archived author: Revision • Posted: 2025-10-21T12:55:38.661000+00:00
Original source
In a lot of module (and core) readmes they use the words "recompile" or "rebuild" but it's a misconception. Using clean is more like a "Oh shit it has errors, I'll try a clean -> build to see if that fixes it"
Archived author: Kristodian • Posted: 2025-10-21T12:56:47.855000+00:00
Original source
is there a difference in build time with clean or without it?
Archived author: Mithria • Posted: 2025-10-21T12:56:56.613000+00:00
Original source
with clean it takes forever
Archived author: Kristodian • Posted: 2025-10-21T12:57:12.296000+00:00
Original source
ah... I thought clean takes like 2 secs
Archived author: Revision • Posted: 2025-10-21T12:57:13.327000+00:00
Original source
Yes. A clean build is like when you first set it up, it has to build the entire project. When you update the source code or add modules and don't use clean it compiles what has changed and nothing else
Archived author: Mithria • Posted: 2025-10-21T12:57:27.339000+00:00
Original source
clean takes 2 sec, but building AFTER a clean takes forever