Skip to content

Commit

Permalink
Add a build profile with no disabled classes and pass it by default
Browse files Browse the repository at this point in the history
  • Loading branch information
unvermuthet committed Mar 5, 2025
1 parent 8e13217 commit fbe46c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ libname = "EXTENSION-NAME"
projectdir = "demo"

localEnv = Environment(tools=["default"], PLATFORM="")
localEnv["build_profile"] = "build_profile.json"

customs = ["custom.py"]
customs = [os.path.abspath(path) for path in customs]
Expand Down
4 changes: 4 additions & 0 deletions build_profile.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "feature_profile",
"disabled_classes": []
}

0 comments on commit fbe46c7

Please sign in to comment.