We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5320de2 commit 708d7faCopy full SHA for 708d7fa
ini/native.ini
@@ -78,7 +78,7 @@ build_flags = ${simulator_linux.build_flags} ${simulator_linux.release_flags}
78
# If Xcode is installed be sure to run `xcode-select --install` first.
79
#
80
[simulator_macos]
81
-build_unflags = -lGL
+build_unflags = -lGL -fstack-protector-strong
82
build_flags =
83
-I/opt/local/include
84
-I/opt/local/include/freetype2
@@ -87,6 +87,7 @@ build_flags =
87
-Wl,-framework,OpenGl
88
-Wl,-framework,CoreFoundation
89
-lSDL2
90
+ -fno-stack-protector
91
92
[env:simulator_macos_debug]
93
extends = env:simulator_linux_debug
0 commit comments