Skip to content

Commit

Permalink
Support for WITH_JSC_MEMORY_PRESSURE in iOS 8's JSC.
Browse files Browse the repository at this point in the history
Reviewed By: lexs

Differential Revision: D3162471

fb-gh-sync-id: 1fb1584ccfa507c5697958ce8837f637fa8a301c
fbshipit-source-id: 1fb1584ccfa507c5697958ce8837f637fa8a301c
  • Loading branch information
dcaspi authored and Facebook Github Bot 4 committed Apr 22, 2016
1 parent cd11738 commit fcac6e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactAndroid/src/main/jni/react/BUCK
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PREPROCESSOR_FLAGS = [
'-DLOG_TAG="ReactNative"',
'-DWITH_JSC_EXTRA_TRACING=1',
'-DWITH_FBSYSTRACE=1',
# '-DWITH_JSC_MEMORY_PRESSURE=1', # Taken care of in D3162471
'-DWITH_JSC_MEMORY_PRESSURE=1',
# '-DWITH_JSC_INTERNAL=1', # Taken care of in D3163295
]

Expand Down

0 comments on commit fcac6e0

Please sign in to comment.