diff options
Diffstat (limited to 'decoder/build/linux/makefile.dev')
-rw-r--r-- | decoder/build/linux/makefile.dev | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/decoder/build/linux/makefile.dev b/decoder/build/linux/makefile.dev index 5eb1ec9557fa..aaaa983845cf 100644 --- a/decoder/build/linux/makefile.dev +++ b/decoder/build/linux/makefile.dev @@ -63,5 +63,8 @@ else PLAT_DIR=linux$(BIT_VARIANT)/$(BUILD_VARIANT) endif +# for dev env, enable static link build test +export TEST_STATIC_LINKING=1 + # include the main makefile include makefile |