Merge pull request #87 from wilzbach/remove-gc

Remove use of the useless debugInfoC mode
This commit is contained in:
Sebastian Wilzbach 2018-01-31 03:33:47 +01:00 committed by GitHub
commit 050cade7b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,8 @@
"buildTypes":
{
"debug": { "buildOptions": ["debugMode", "debugInfoC"] },
"debug": { "buildOptions": ["debugMode"] },
"release": { "buildOptions": ["releaseMode", "optimize", "inline", "noBoundsCheck"] },
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck", "debugInfoC"] },
"profile": { "buildOptions": ["releaseMode", "optimize", "noBoundsCheck"] },
},
}