1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-28 14:35:28 +00:00

build: remove leftover profiling options

These were forgotten in 5cf288a93e.
This commit is contained in:
Khalid Abu Shawarib 2023-10-29 23:42:47 +01:00 committed by Peter Eisenmann
parent 5712e3efa0
commit 2434f099d9
2 changed files with 0 additions and 7 deletions

View File

@ -160,7 +160,6 @@ conf.set_quoted('PROFILE', profile)
conf.set_quoted('VERSION', version_string)
conf.set('ENABLE_PACKAGEKIT', get_option('packagekit'))
conf.set('ENABLE_PROFILING', get_option('profiling'))
conf.set('HAVE_SELINUX', get_option('selinux'))
conf.set('HAVE_CLOUDPROVIDERS', get_option('cloudproviders'))

View File

@ -51,12 +51,6 @@ option(
###########
# Testing #
###########
option(
'profiling',
type: 'boolean',
value: false,
description: 'Enable performance profiling',
)
option(
'tests',
type: 'combo',