Skip to content

Commit 7844f3f

Browse files
committed
🔨 Use -g2 for macOS Sim build to fix warnings
1 parent 2f3af43 commit 7844f3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ini/native.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ build_flags = ${simulator_linux.build_flags} ${simulator_linux.release_flags}
112112
#
113113

114114
[simulator_macos]
115-
build_unflags = -lGL -fstack-protector-strong
116-
build_flags =
115+
build_unflags = -g3 -lGL -fstack-protector-strong
116+
build_flags = -g2
117117
-DHAS_LIBBSD
118118
-I/opt/local/include
119119
-I/opt/local/include/freetype2

0 commit comments

Comments
 (0)