mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-22 09:42:34 +00:00
🔨 Use -g2 for macOS Sim build to fix warnings
This commit is contained in:
parent
2f3af438ee
commit
7844f3fa4f
1 changed files with 2 additions and 2 deletions
|
@ -112,8 +112,8 @@ build_flags = ${simulator_linux.build_flags} ${simulator_linux.release_flags}
|
|||
#
|
||||
|
||||
[simulator_macos]
|
||||
build_unflags = -lGL -fstack-protector-strong
|
||||
build_flags =
|
||||
build_unflags = -g3 -lGL -fstack-protector-strong
|
||||
build_flags = -g2
|
||||
-DHAS_LIBBSD
|
||||
-I/opt/local/include
|
||||
-I/opt/local/include/freetype2
|
||||
|
|
Loading…
Reference in a new issue