BlackToppStudios / Mezz_Test

Testing Tools used in the Mezzanine.
GNU General Public License v3.0
2 stars 1 forks source link

Remove Debug symbol tracking during CI builds #62

Open Sqeaky opened 4 years ago

Sqeaky commented 4 years ago

Add "no-var-tracking-assignments" (GCC/MinGW) or "no-var-tracking" (Clang/AppleClang) to all applicable builds in CI.

Sqeaky commented 4 years ago

This may interfere with code coverage analysis so it may be prudent to do this only in certain build, wait for Mezz_Foundation to see what emerges there and copy the best practice that emerges there.