Skip to content

Commit

Permalink
Strip debug classes when compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
twpayne committed Apr 28, 2013
1 parent 5bfef28 commit cfa29b0
Showing 1 changed file with 44 additions and 1 deletion.
45 changes: 44 additions & 1 deletion buildcfg/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,54 @@

"mode": "ADVANCED",

"name-suffixes-to-strip": [
"logger",
"logger_"
],

"paths": [
"../build/src/internal/src",
"../src"
],

"treat-warnings-as-errors": false
"treat-warnings-as-errors": false,

"type-prefixes-to-strip": [
"goog.asserts",
"goog.debug.Console",
"goog.debug.DebugWindow",
"goog.debug.DevCss",
"goog.debug.DivConsole",
"goog.debug.EntryPointMonitor",
"goog.debug.ErrorHandler",
"goog.debug.ErrorReporter",
"goog.debug.FancyWindow",
"goog.debug.Formatter",
"goog.debug.FpsDisplay",
"goog.debug.GcDiagnostics",
"goog.debug.HtmlFormatter",
"goog.debug.LogBuffer",
"goog.debug.LogManager",
"goog.debug.LogRecord",
"goog.debug.Logger",
"goog.debug.RelativeTimeProvider",
"goog.debug.TextFormatter",
"goog.debug.Trace",
"goog.debug.catchErrors",
"goog.debug.deepExpose",
"goog.debug.enhanceError",
"goog.debug.entryPointRegistry",
"goog.debug.errorHandlerWeakDep",
"goog.debug.expose",
"goog.debug.exposeArray",
"goog.debug.exposeException",
"goog.debug.getFunctionName",
"goog.debug.getStacktrace",
"goog.debug.getStacktraceSimple",
"goog.debug.logRecordSerializer",
"goog.debug.makeWhitespaceVisible",
"goog.debug.normalizeErrorObject",
"goog.debug.reflect"
]

}

0 comments on commit cfa29b0

Please sign in to comment.