Skip to content

Commit

Permalink
Merge pull request #407 from Spartan322/always-enable-rtti
Browse files Browse the repository at this point in the history
Ensure rtti is always enabled
  • Loading branch information
Hop311 authored Feb 27, 2025
2 parents 97f5040 + c0caa02 commit b45c4e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ env = SConscript("scripts/SConstruct")

env.PrependENVPath("PATH", os.getenv("PATH"))

env["disable_rtti"] = False
opts = env.SetupOptions()

env.FinalizeOptions()
Expand Down

0 comments on commit b45c4e5

Please sign in to comment.