This commit is contained in:
wangyu
2017-07-19 19:33:25 +08:00
committed by wangyu
parent dab787a5dc
commit 073bc8baa3
2 changed files with 2 additions and 2 deletions

View File

@@ -3,5 +3,5 @@ all:
killall raw||true
sleep 1
g++ main.cpp -o raw -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3
# ${ccmips} main.cpp -o rawmips -static -lgcc_eh -lrt
${ccmips} main.cpp -o rawmips -static -lrt -ggdb -I. aes.c md5.c encrypt.cpp -O3