You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Touching one .cpp file and building QAGame takes 8m00s on average (Xeon, 16 logical core). 7m30s of that is runing dsymutil (and sometimes it doesn't complete because UBT's timeout protection kicks in). As these .dsym files do not seem to be required for the build-run development loop, using "-NoDSYM" to skip them them greatly improves the iteration experience. #rb will.damon #rnx #preflight 61f7a712e55232619f74041d [CL 18787503 by Martin Ridgers in ue5-main branch]