Skip to content

Commit

Permalink
Do not treat warnings as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
krazijames committed Jan 31, 2024
1 parent 2ac345d commit 2f96201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-static_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ cmake \
-D CMAKE_CONFIGURATION_TYPES=Release \
-D CMAKE_INSTALL_PREFIX=$OUTPUT_DIR \
-D ONNXRUNTIME_SOURCE_DIR=$(pwd)/$ONNXRUNTIME_SOURCE_DIR \
--compile-no-warning-as-error \
$CMAKE_OPTIONS
cmake \
--build $BUILD_DIR \
Expand Down

0 comments on commit 2f96201

Please sign in to comment.