1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

Merge pull request #17818 from fjmolinas/pr_revert_pass_cflags_to_docker_always

makefiles/docker.ink.mk: do not always pass CFLAGS to docker
This commit is contained in:
Alexandre Abadie 2022-03-17 14:53:01 +01:00 committed by GitHub
commit 936696fd16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,6 @@ export DOCKER_ENV_VARS += \
# Their origin cannot be checked since they are often redefined or overriden
# in Makefile/Makefile.include, etc. and their origin is changed to file
export DOCKER_ENV_VARS_ALWAYS += \
CFLAGS \
DISABLE_MODULE \
DEFAULT_MODULE \
FEATURES_REQUIRED \