We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 458a1d4 commit 9940aadCopy full SHA for 9940aad
mk/target.mk
@@ -554,8 +554,8 @@ CPPFLAGS += \
554
-DUSE_APPLE_COMMONCRYPTO \
555
-DIPHONE -pipe -no-cpp-precomp
556
557
-#CXXFLAGS += \
558
-# -Wno-vla-cxx-extension
+CXXFLAGS += \
+ -Wno-vla-cxx-extension
559
560
LFLAGS += \
561
-arch $(AVS_ARCH) \
@@ -685,6 +685,7 @@ CPPFLAGS += \
685
686
-isysroot $(SDK_PATH) \
687
-DWEBRTC_POSIX -DWEBRTC_MAC -DZETA_USING_AU_HAL -DHAVE_GAI_STRERROR=1 \
688
+ -Wno-vla-cxx-extension -Wno-strict-prototypes \
689
-pipe -no-cpp-precomp \
690
-mmacosx-version-min=10.9
691
0 commit comments