meson.build (2c6ffdb08b2207ff7c31041f77cc3755508d45c4) meson.build (e1452bea2809f7189a69ee562e5078e452f0a251)
1project('bmcweb', 'cpp',
2 version : '1.0',
3 meson_version: '>=0.63.0',
4 default_options: [
5 'b_lto_mode=default',
6 'b_lto_threads=0',
7 'b_lto=true',
8 'b_ndebug=if-release',

--- 373 unchanged lines hidden (view full) ---

382 'test/http/router_test.cpp',
383 'test/http/utility_test.cpp',
384 'test/http/verb_test.cpp',
385 'test/include/dbus_utility_test.cpp',
386 'test/include/google/google_service_root_test.cpp',
387 'test/include/json_html_serializer.cpp',
388 'test/include/http_utility_test.cpp',
389 'test/include/human_sort_test.cpp',
1project('bmcweb', 'cpp',
2 version : '1.0',
3 meson_version: '>=0.63.0',
4 default_options: [
5 'b_lto_mode=default',
6 'b_lto_threads=0',
7 'b_lto=true',
8 'b_ndebug=if-release',

--- 373 unchanged lines hidden (view full) ---

382 'test/http/router_test.cpp',
383 'test/http/utility_test.cpp',
384 'test/http/verb_test.cpp',
385 'test/include/dbus_utility_test.cpp',
386 'test/include/google/google_service_root_test.cpp',
387 'test/include/json_html_serializer.cpp',
388 'test/include/http_utility_test.cpp',
389 'test/include/human_sort_test.cpp',
390 'test/include/async_resolve_test.cpp',
390 'test/include/ibm/configfile_test.cpp',
391 'test/include/ibm/lock_test.cpp',
392 'test/include/multipart_test.cpp',
393 'test/include/openbmc_dbus_rest_test.cpp',
394 'test/include/str_utility_test.cpp',
395 'test/include/ossl_random.cpp',
396 'test/redfish-core/include/privileges_test.cpp',
397 'test/redfish-core/include/redfish_aggregator_test.cpp',

--- 32 unchanged lines hidden ---
391 'test/include/ibm/configfile_test.cpp',
392 'test/include/ibm/lock_test.cpp',
393 'test/include/multipart_test.cpp',
394 'test/include/openbmc_dbus_rest_test.cpp',
395 'test/include/str_utility_test.cpp',
396 'test/include/ossl_random.cpp',
397 'test/redfish-core/include/privileges_test.cpp',
398 'test/redfish-core/include/redfish_aggregator_test.cpp',

--- 32 unchanged lines hidden ---