-
- Downloads
Fix #908, set flag to speed up AS GUIs build (#930)
Every time we try to build a AS GUI, the process tries to build the objects with the flag -fvar-tracking-assignments enabled by default. The build process with this flag is never successful and the process prints a warning similar to: "variable tracking size limit exceeded with -fvar-tracking-assignments, retrying without" By disabling the flag in the makefile, we skip the first, always unsuccessful, attempt, saving a lot of time.
Showing
- Medicina/Clients/MedicinaActiveSurfaceGUIClient/src/Makefile 1 addition, 1 deletionMedicina/Clients/MedicinaActiveSurfaceGUIClient/src/Makefile
- Noto/Clients/NotoActiveSurfaceGUIClient/src/Makefile 1 addition, 1 deletionNoto/Clients/NotoActiveSurfaceGUIClient/src/Makefile
- SRT/Clients/SRTActiveSurfaceGUIClient/src/Makefile 1 addition, 1 deletionSRT/Clients/SRTActiveSurfaceGUIClient/src/Makefile
Loading
Please register or sign in to comment