Remove debug flag from benchmark

If debug symbols are needed, then pass the respective flag to the
configure script.

Pick-to: 6.9 6.8
Change-Id: I99db92bdd5b7eb896e0d592117a8f218467a4bd7
Reviewed-by: Øystein Heskestad <oystein.heskestad@qt.io>
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Matthias Rauter 2025-03-24 20:20:14 +01:00 committed by Volker Hilsheimer
parent 76e76afb83
commit 355e0d85eb

View File

@ -10,6 +10,4 @@ qt_internal_add_benchmark(tst_bench_qstringbuilder
tst_bench_qstringbuilder.cpp
LIBRARIES
Qt::Test
COMPILE_OPTIONS
-g
)