Skip to content

Commit 9940aad

Browse files
author
Dusan Stevanovic
committed
Use new no-vla-cxx-extension
1 parent 458a1d4 commit 9940aad

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mk/target.mk

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -554,8 +554,8 @@ CPPFLAGS += \
554554
-DUSE_APPLE_COMMONCRYPTO \
555555
-DIPHONE -pipe -no-cpp-precomp
556556

557-
#CXXFLAGS += \
558-
# -Wno-vla-cxx-extension
557+
CXXFLAGS += \
558+
-Wno-vla-cxx-extension
559559

560560
LFLAGS += \
561561
-arch $(AVS_ARCH) \
@@ -685,6 +685,7 @@ CPPFLAGS += \
685685
-arch $(AVS_ARCH) \
686686
-isysroot $(SDK_PATH) \
687687
-DWEBRTC_POSIX -DWEBRTC_MAC -DZETA_USING_AU_HAL -DHAVE_GAI_STRERROR=1 \
688+
-Wno-vla-cxx-extension -Wno-strict-prototypes \
688689
-pipe -no-cpp-precomp \
689690
-mmacosx-version-min=10.9
690691
LFLAGS += \

0 commit comments

Comments
 (0)