Skip to content

Commit e7ec267

Browse files
lucylqfacebook-github-bot
authored andcommitted
Fix size test flag name (#497)
Summary: Pull Request resolved: #497 ^ Reviewed By: larryliu0820 Differential Revision: D49657774 fbshipit-source-id: 2752aa7eaecf3dcb9065aeff43e34368a5076e1b
1 parent 4da9d66 commit e7ec267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/build_size_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ test_cmake_size_test() {
1616
&& mkdir cmake-out \
1717
&& cd cmake-out \
1818
&& retry cmake -DBUCK2="$BUCK2" \
19-
-DBUILD_SIZE_TEST=ON \
19+
-DEXECUTORCH_BUILD_SIZE_TEST=ON \
2020
-DCMAKE_BUILD_TYPE=Release \
2121
-DPYTHON_EXECUTABLE="$PYTHON_EXECUTABLE" ..)
2222

0 commit comments

Comments
 (0)