Closed Laurae2 closed 5 years ago
For proper profiling, one should use a release version with debug information and not a non-optimized version.
XGBoost sets Release configuration, which enables -O3 -NDEBUG flags. Unfortunately, I forgot to set Release configuration for this repo. Will rectify it soon.
-O3 -NDEBUG
For proper profiling, one should use a release version with debug information and not a non-optimized version.