mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
11 lines
320 B
Diff
11 lines
320 B
Diff
--- a/Makefile 2021-12-15 20:13:00.978559336 +0000
|
|
+++ b/Makefile 2021-12-15 20:18:06.344712669 +0000
|
|
@@ -25,6 +25,7 @@
|
|
-fdata-sections \
|
|
-ffunction-sections \
|
|
-fno-builtin \
|
|
+ -fno-stack-protector \
|
|
-fno-common \
|
|
-fvar-tracking-assignments \
|
|
-g$(if $(CONFIG_DEBUG_INFO),gdb,0) \
|