Skip to content

Commit

Permalink
macos build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidly committed Jan 24, 2024
1 parent 1785ff7 commit 10e90c5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mmac.sh
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions mrmac.sh
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 10e90c5

Please sign in to comment.