diff options
author | Louis Dionne <ldionne.2@gmail.com> | 2022-06-16 13:39:01 -0400 |
---|---|---|
committer | Louis Dionne <ldionne.2@gmail.com> | 2022-06-17 17:34:02 -0400 |
commit | 303c4c37ea49f9cf43e5252c4d97904e344c59cf (patch) | |
tree | 8b221344ebda5259c433dc2ed1167a5399ec4143 /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h | |
parent | cbf6737cc40245dd14e0fc96779f02a64531e2bc (diff) | |
download | llvm-303c4c37ea49f9cf43e5252c4d97904e344c59cf.zip llvm-303c4c37ea49f9cf43e5252c4d97904e344c59cf.tar.gz llvm-303c4c37ea49f9cf43e5252c4d97904e344c59cf.tar.bz2 |
[libc++] Don't force -O2 when building the benchmarks
The optimization level used when building the benchmarks should
match the optimization level of the current build. Otherwise, we
can end up mixing an -O3 or -O0 optimized dylib with benchmarks
built with -O2, which is really misleading.
Differential Revision: https://reviews.llvm.org/D127987
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h')
0 files changed, 0 insertions, 0 deletions