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:
committed by
Facebook Github Bot
parent
1d0668692b
commit
296982a29e
@@ -59,6 +59,7 @@ BASE_COMPILER_FLAGS = [
|
|||||||
"-Werror",
|
"-Werror",
|
||||||
"-O2",
|
"-O2",
|
||||||
"-std=c++11",
|
"-std=c++11",
|
||||||
|
"-DYG_ENABLE_EVENTS",
|
||||||
]
|
]
|
||||||
|
|
||||||
LIBRARY_COMPILER_FLAGS = BASE_COMPILER_FLAGS + [
|
LIBRARY_COMPILER_FLAGS = BASE_COMPILER_FLAGS + [
|
||||||
|
Reference in New Issue
Block a user