diff --git a/mmac.sh b/mmac.sh new file mode 100644 index 0000000..b542f87 --- /dev/null +++ b/mmac.sh @@ -0,0 +1,5 @@ +# with RSS +#g++ -ggdb -Og -fno-builtin -D NTVCM_RSS_SUPPORT -D DEBUG -I . ntvcm.cxx x80.cxx -lssl -lcrypto -o ntvcm -static + +# without RSS +g++ -ggdb -Ofast -fno-builtin -D DEBUG -I . ntvcm.cxx x80.cxx -o ntvcm diff --git a/mrmac.sh b/mrmac.sh new file mode 100644 index 0000000..da26f37 --- /dev/null +++ b/mrmac.sh @@ -0,0 +1,5 @@ +# with RSS +#g++ -ggdb -flto -Ofast -fopenmp -fno-builtin -D NTVCM_RSS_SUPPORT -D NDEBUG -I . ntvcm.cxx x80.cxx -lssl -lcrypto -o ntvcm -static + +# without RSS +g++ -ggdb -flto -Ofast -fno-builtin -D NDEBUG -I . ntvcm.cxx x80.cxx -o ntvcm