freebsd_wlan: Reduce -O0 to ieee80211_scan_sw.o.
This is the only file that seems to be affected by whatever the problem is. Part of #17458.
This commit is contained in:
@@ -12,7 +12,7 @@ Includes [ FGristFiles kernel_c++_structs.h ]
|
|||||||
: <src!system!kernel>kernel_c++_struct_sizes.h ;
|
: <src!system!kernel>kernel_c++_struct_sizes.h ;
|
||||||
|
|
||||||
# FIXME: Something in here is broken at even -O1! Slow WiFi is better than no WiFi...
|
# FIXME: Something in here is broken at even -O1! Slow WiFi is better than no WiFi...
|
||||||
SubDirCcFlags -O0 ;
|
CCFLAGS on [ FGristFiles ieee80211_scan_sw.o ] = -O0 ;
|
||||||
|
|
||||||
SubDirCcFlags [ FDefines _KERNEL=1 FBSD_DRIVER=1 ]
|
SubDirCcFlags [ FDefines _KERNEL=1 FBSD_DRIVER=1 ]
|
||||||
-Wno-format -Wno-unused -Wno-uninitialized ;
|
-Wno-format -Wno-unused -Wno-uninitialized ;
|
||||||
|
|||||||
Reference in New Issue
Block a user