Skip to content

Commit

Permalink
Don't use the '-g' buildoption in premake
Browse files Browse the repository at this point in the history
We should use `symbols 'On'` instead, which is more compatible with
non-clang, non-gcc build systems, like Visual Studio.

Diffs=
db5688c4a Don't use the '-g' buildoption in premake (#5621)

Co-authored-by: Chris Dalton <99840794+csmartdalton@users.noreply.github.com>
  • Loading branch information
csmartdalton and csmartdalton committed Jul 20, 2023
1 parent dabe3a7 commit c09400e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
b176711307aaa8dade145024af8a29a32b48296a
db5688c4afb57751ea6278b2b1f1c072d6e69adb
1 change: 0 additions & 1 deletion skia/renderer/build/premake5.lua
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ do

filter 'configurations:debug'
do
buildoptions {'-g'}
defines {'DEBUG'}
symbols 'On'
end
Expand Down

0 comments on commit c09400e

Please sign in to comment.