mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-10 17:26:28 +00:00
Rewrite SimpleStringDictionary with NonAllocatingMap.
NonAllocatingMap has a near-identical interface, but is significantly less code, more customizable, and has storage that is POD. BUG=http://code.google.com/p/chromium/issues/detail?id=77656 Review URL: https://breakpad.appspot.com/568002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1161 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -31,3 +31,4 @@
|
||||
|
||||
GCC_OPTIMIZATION_LEVEL = s
|
||||
GCC_WARN_UNINITIALIZED_AUTOS = YES
|
||||
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) NDEBUG
|
||||
|
||||
Reference in New Issue
Block a user