misc: Disable strict aliasing, just in case
This commit is contained in:
parent
5aab620955
commit
d307056635
|
@ -24,6 +24,7 @@ override INTERNAL_CFLAGS := \
|
|||
-std=gnu11 \
|
||||
-ffreestanding \
|
||||
-fno-stack-protector \
|
||||
-fno-strict-aliasing \
|
||||
-fno-lto \
|
||||
-fno-pic \
|
||||
-fno-pie \
|
||||
|
|
|
@ -48,6 +48,7 @@ override INTERNAL_CFLAGS := \
|
|||
-ffreestanding \
|
||||
-fno-stack-protector \
|
||||
-fno-omit-frame-pointer \
|
||||
-fno-strict-aliasing \
|
||||
-fno-lto \
|
||||
-nostdinc \
|
||||
-Wno-address-of-packed-member \
|
||||
|
|
Loading…
Reference in New Issue