net80211: Work around #17458.

Until the cause can be properly determined, anyway.
This commit is contained in:
Augustin Cavalier
2021-12-10 21:48:27 -05:00
parent 08236b3b59
commit 84c9ff3ee5
@@ -11,6 +11,9 @@ UsePrivateKernelHeaders ;
Includes [ FGristFiles kernel_c++_structs.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...
SubDirCcFlags -O0 ;
SubDirCcFlags [ FDefines _KERNEL=1 FBSD_DRIVER=1 ]
-Wno-format -Wno-unused -Wno-uninitialized ;
SubDirC++Flags [ FDefines _KERNEL=1 FBSD_DRIVER=1 ] ;