mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2024-11-22 18:25:18 +00:00
🔨 Disable stack protector on macOS simulator (#24443)
This commit is contained in:
parent
9e530cd27b
commit
12ae80bcec
@ -78,7 +78,7 @@ build_flags = ${simulator_linux.build_flags} ${simulator_linux.release_flags}
|
||||
# If Xcode is installed be sure to run `xcode-select --install` first.
|
||||
#
|
||||
[simulator_macos]
|
||||
build_unflags = -lGL
|
||||
build_unflags = -lGL -fstack-protector-strong
|
||||
build_flags =
|
||||
-I/opt/local/include
|
||||
-I/opt/local/include/freetype2
|
||||
@ -87,6 +87,7 @@ build_flags =
|
||||
-Wl,-framework,OpenGl
|
||||
-Wl,-framework,CoreFoundation
|
||||
-lSDL2
|
||||
-fno-stack-protector
|
||||
|
||||
[env:simulator_macos_debug]
|
||||
extends = env:simulator_linux_debug
|
||||
|
Loading…
Reference in New Issue
Block a user