Skip to content

Commit

Permalink
Add options to build with rtti and exceptions
Browse files Browse the repository at this point in the history
Some systems we want to integrate with expect these features.

Diffs=
d65b239c5 Add options to build with rtti and exceptions (#6121)

Co-authored-by: Chris Dalton <[email protected]>
  • Loading branch information
csmartdalton and csmartdalton committed Oct 23, 2023
1 parent 7a206d8 commit 1fe82fb
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
82d664d4b98fafae7d064cc8945db101580b7d41
d65b239c5c6ce44c3b58cd71ff17721d874a4ab1
2 changes: 1 addition & 1 deletion .rive_renderer
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fb54272090d4f690dc18ba778bdd3d65867c0aea
03f784cccda96fd5eee541e31bed4681904c0ed8
2 changes: 0 additions & 2 deletions Source/Renderer/NullPLS/out/premake5_pls_renderer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ do
kind 'StaticLib'
language 'C++'
cppdialect 'C++17'
exceptionhandling 'Off'
rtti 'Off'
targetdir '%{cfg.buildcfg}'
objdir 'obj/%{cfg.buildcfg}'
files {'../pls.cpp'}
Expand Down
2 changes: 1 addition & 1 deletion submodules/rive-cpp

0 comments on commit 1fe82fb

Please sign in to comment.