From 31d95f34e0ea69706c6d73d32e12d793eab10fde Mon Sep 17 00:00:00 2001 From: fnieddu <118167989+fnieddu@users.noreply.github.com> Date: Fri, 5 Jan 2024 14:16:58 +0100 Subject: [PATCH] chore: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2de027e..79872ee 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ nix develop # or nix develop --cores 16 #allow the first-time build to use more cores for building the deps # in the devshell mkdir build && cd build -cmake -DMLIR_DIR=${MLIR_DIR} -DONNX_USE_PROTOBUF_SHARED_LIBS=ON .. +cmake -DMLIR_DIR=${MLIR_DIR} .. make -j ```