Skip to content

Commit

Permalink
fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
davidly committed Feb 8, 2025
1 parent b7cdcd1 commit d6bff13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ else
# with RSS
#g++ -ggdb -flto -Ofast -fopenmp -fno-builtin -D NTVCM_RSS_SUPPORT -D COMMIT_ID="\" [Commit Id:$COMMIT]\"" -D DEBUG -I . ntvcm.cxx x80.cxx -lssl -lcrypto -o ntvcm -static
# without RSS
g++ -ggdb-flto -Ofast -fopenmp -fno-builtin -D BUILD="\".$BUILD\"" -D COMMIT_ID="\" [Commit Id:$COMMIT]\"" -D DEBUG -I . ntvcm.cxx x80.cxx -o ntvcm -static
g++ -ggdb -flto -Ofast -fopenmp -fno-builtin -D BUILD="\".$BUILD\"" -D COMMIT_ID="\" [Commit Id:$COMMIT]\"" -D DEBUG -I . ntvcm.cxx x80.cxx -o ntvcm -static
fi


0 comments on commit d6bff13

Please sign in to comment.