Created by: QiJune
Fix #3633 (closed) This PR set WITH_REFACTORING=ON default. And I have test WITH_REFACTORING=OFF in PR #3632 In #3614 (closed), users can use following cmake command to build from source if they just want to use original paddle:
cd build
cmake .. -DWITH_REFACTORING=OFF
make