We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08643d7 commit 1bf6f01Copy full SHA for 1bf6f01
ext/h3/Makefile
@@ -1,5 +1,5 @@
1
make:
2
- cd src; cmake . -DBUILD_SHARED_LIBS=true -DBUILD_FILTERS=OFF -DBUILD_BENCHMARKS=OFF; make
+ cd src; cmake . -DBUILD_SHARED_LIBS=true -DBUILD_FILTERS=OFF -DBUILD_BENCHMARKS=OFF -DENABLE_LINTING=OFF; make
3
install:
4
: # do nothing, we'll load the lib directly
5
clean:
0 commit comments