Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix-up option category
  • Loading branch information
chrisseaton committed Feb 22, 2019
1 parent 103ed5f commit f65b672
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -409,7 +409,7 @@ public class OptionsCatalog {
null,
new String[]{});
public static final BooleanOptionDescription BUILDING_CORE_CEXTS = new BooleanOptionDescription(
OptionCategory.DEBUG,
OptionCategory.INTERNAL,
"ruby.building.core.cexts",
"Used while building TruffleRuby to build core C extensions",
null,
Expand Down

0 comments on commit f65b672

Please sign in to comment.