Enable events in OSS

Summary:
- Events are our new approach to instrumentation, and keeping debug code out of the core library
- This has run internally at FB for some time now
- Enabling for OSS, too, to make Java tests pass

Reviewed By: SidharthGuglani

Differential Revision: D16202541

fbshipit-source-id: c13f5270f04bba59f9f0a06d9c793da92b73d4ff
This commit is contained in:
David Aurelio
2019-07-12 01:40:15 -07:00
committed by Facebook Github Bot
parent 1d0668692b
commit 296982a29e

View File

@@ -59,6 +59,7 @@ BASE_COMPILER_FLAGS = [
"-Werror",
"-O2",
"-std=c++11",
"-DYG_ENABLE_EVENTS",
]
LIBRARY_COMPILER_FLAGS = BASE_COMPILER_FLAGS + [