Skip to content

Commit

Permalink
build: don't disable ruleset in minimized build
Browse files Browse the repository at this point in the history
Signed-off-by: He Xian <[email protected]>
  • Loading branch information
hexian000 committed Nov 10, 2024
1 parent e67ace0 commit 2ec952a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion m.sh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ case "$1" in
cmake \
-DCMAKE_BUILD_TYPE="MinSizeRel" \
-DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON \
-DENABLE_RULESET=OFF \
-S "." -B "build"
cmake --build "build"
ls -lh "build/bin/neosocksd"
Expand Down

0 comments on commit 2ec952a

Please sign in to comment.