mirror of
https://github.com/chinawrj/rtl8812au
synced 2024-11-28 08:04:25 +00:00
Merge pull request #366 from satmandu/v5.6.4
-Wno-vla CFLAG is in 5.3.4 Makefile, and prevents many error messages in compile
This commit is contained in:
commit
57d0d8d7c8
2
Makefile
2
Makefile
@ -20,6 +20,8 @@ ifeq ($(GCC_VER_49),1)
|
|||||||
EXTRA_CFLAGS += -Wno-date-time # Fix compile error && warning on gcc 4.9 and later
|
EXTRA_CFLAGS += -Wno-date-time # Fix compile error && warning on gcc 4.9 and later
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
EXTRA_CFLAGS += -Wno-vla
|
||||||
|
|
||||||
EXTRA_CFLAGS += -I$(src)/include
|
EXTRA_CFLAGS += -I$(src)/include
|
||||||
|
|
||||||
EXTRA_LDFLAGS += --strip-debug
|
EXTRA_LDFLAGS += --strip-debug
|
||||||
|
Loading…
Reference in New Issue
Block a user