Gunnar Kudrjavets
0c0aff295b
Wipe out -DRCTLOG_ENABLED=0
...
Summary:
The root cause comes down to the fact that historically `-DFOO=0` and `-DFOO=1` patterns have been used when it comes to preprocessor definitions and various engineers use `#ifdef FOO` and `#if FOO` interchangeably. That results in an incorrect pattern because the real evaluation is following:
- `FOO` not defined: `#if FOO` = `FALSE`, `#ifdef FOO` = `FALSE`.
- `-DFOO=0`: `#if FOO` = `FALSE`, `#ifdef FOO` = `TRUE`.
- `-DFOO=1`: `#if FOO` = `TRUE`, `#ifdef FOO` = `TRUE`.
Reviewed By: aditya7fb
Differential Revision: D14811733
fbshipit-source-id: a7fedc56ab0ce8eedcb48bda783739a4c1eecf81
2019-04-09 20:08:14 -07:00
..
2019-02-20 10:17:26 -08:00
2019-03-12 19:41:51 -07:00
2019-03-12 19:41:51 -07:00
2019-03-22 10:43:00 -07:00
2019-03-22 10:43:00 -07:00
2019-02-22 01:40:09 -08:00
2018-11-02 00:16:16 -07:00
2018-09-11 15:33:07 -07:00
2019-03-31 22:40:59 -07:00
2018-09-11 15:33:07 -07:00
2019-02-20 22:07:11 -08:00
2019-03-27 11:20:22 -07:00
2019-03-27 11:20:22 -07:00
2018-09-17 12:33:01 -07:00
2019-02-15 08:44:03 -08:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2019-03-27 11:20:22 -07:00
2019-03-27 11:20:22 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-10-18 01:06:24 -07:00
2018-09-11 15:33:07 -07:00
2018-10-18 01:06:24 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2019-02-26 07:58:52 -08:00
2019-04-09 20:08:14 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-11-26 17:28:11 -08:00
2019-03-04 17:39:53 -08:00
2019-03-22 16:23:40 -07:00
2019-03-22 16:23:40 -07:00
2018-09-11 15:33:07 -07:00
2019-02-26 07:58:52 -08:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2019-03-22 10:43:00 -07:00
2019-03-22 10:43:00 -07:00
2018-09-11 15:33:07 -07:00
2019-02-04 17:46:56 -08:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2019-02-15 08:35:41 -08:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2019-01-15 16:29:38 -08:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00
2019-03-07 17:39:00 -08:00
2019-03-20 14:46:53 -07:00
2018-09-11 15:33:07 -07:00
2018-09-11 15:33:07 -07:00