Skip to content
Snippets Groups Projects
Commit 735abeae authored by Marvin Scholz's avatar Marvin Scholz
Browse files

contrib: do not add CFLAGS to EXTRA_CFLAGS

This would cause the flags to be duplicated as later CFLAGS
are set to $(CFLAGS) $(EXTRA_CFLAGS).
parent 66bcf973
No related branches found
No related tags found
No related merge requests found
......@@ -147,7 +147,6 @@ ifdef HAVE_NEON
AS=perl $(abspath $(VLC_TOOLS)/bin/gas-preprocessor.pl) $(CC)
CCAS=gas-preprocessor.pl $(CC) -c
endif
EXTRA_CFLAGS += $(CFLAGS)
endif
LN_S = ln -s
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment