Skip to content

Commit

Permalink
fixing ci cpptests #1
Browse files Browse the repository at this point in the history
  • Loading branch information
x0r committed May 3, 2024
1 parent b8642d3 commit f4e8ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asmTests/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ fi
#$CC $OPT $1.cpp -E >$1.e
#$CXX $OPT $1.cpp -c
#$CXX $1.o ../asm.o ../memmgr.o -o $1 $OPT
$CXX _data.cpp $1.cpp ../asm.o ../memmgr.o ../shadowstack.o $OPT -o $1
$CXX _data.cpp $1.cpp $1_*.cpp ../asm.o ../memmgr.o ../shadowstack.o $OPT -o $1


0 comments on commit f4e8ebf

Please sign in to comment.