BlackToppStudios / Mezz_StaticFoundation

All of the parts of the Mezzanine that need to be handled prior to the real build, like compiler options and platform detection.
GNU General Public License v3.0
2 stars 0 forks source link

Remove Debug symbol tracking during CI builds #74

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

Maybe, not just yet. This may interfere with code coverage numbers.