Skip to content

Commit

Permalink
C++: Set minimum version for CppTrapCachingEnabled FF.
Browse files Browse the repository at this point in the history
  • Loading branch information
sashabu authored Jan 19, 2024
1 parent 0833961 commit 85ff45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/feature-flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const featureConfig: Record<
},
[Feature.CppTrapCachingEnabled]: {
envVar: "CODEQL_CPP_TRAP_CACHING",
minimumVersion: undefined,
minimumVersion: "2.16.1",
defaultValue: false,
},
[Feature.DisableKotlinAnalysisEnabled]: {
Expand Down

0 comments on commit 85ff45a

Please sign in to comment.