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 \
|
-std=gnu11 \
|
||||||
-ffreestanding \
|
-ffreestanding \
|
||||||
-fno-stack-protector \
|
-fno-stack-protector \
|
||||||
|
-fno-strict-aliasing \
|
||||||
-fno-lto \
|
-fno-lto \
|
||||||
-fno-pic \
|
-fno-pic \
|
||||||
-fno-pie \
|
-fno-pie \
|
||||||
|
|
|
@ -48,6 +48,7 @@ override INTERNAL_CFLAGS := \
|
||||||
-ffreestanding \
|
-ffreestanding \
|
||||||
-fno-stack-protector \
|
-fno-stack-protector \
|
||||||
-fno-omit-frame-pointer \
|
-fno-omit-frame-pointer \
|
||||||
|
-fno-strict-aliasing \
|
||||||
-fno-lto \
|
-fno-lto \
|
||||||
-nostdinc \
|
-nostdinc \
|
||||||
-Wno-address-of-packed-member \
|
-Wno-address-of-packed-member \
|
||||||
|
|
Loading…
Reference in New Issue