Skip to content

Commit

Permalink
Fix conditional compilation of RUN_IN_CGROUP setting
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Sep 12, 2024
1 parent 21d9377 commit cb212b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ setting_details all_settings[] = {
{"rlimit-data", setting_id_t::SETTING_RLIMIT_DATA, false, true, false},
{"rlimit-addrspace", setting_id_t::SETTING_RLIMIT_ADDRSPACE, false, true, false},

#ifdef SUPPORT_CGROUPS
#if SUPPORT_CGROUPS
{"run-in-cgroup", setting_id_t::RUN_IN_CGROUP, false, true, false},
#endif

Expand Down

0 comments on commit cb212b3

Please sign in to comment.