mirror of
https://github.com/facebook/zstd.git
synced 2025-08-01 09:47:01 +03:00
[CI][linux-kernel] Enable -Wunused-const-variable and -Wunused-but-set-variable
This commit is contained in:
@ -65,7 +65,7 @@ import: libzstd
|
||||
|
||||
.PHONY: test
|
||||
test: libzstd
|
||||
$(MAKE) -C test run-test CFLAGS="-O3" -j
|
||||
$(MAKE) -C test run-test CFLAGS="-O3 $(CFLAGS)" -j
|
||||
|
||||
.PHONY: clean
|
||||
clean:
|
||||
|
Reference in New Issue
Block a user