Removed TBB from default makefile
This commit is contained in:
parent
50e01a2fe6
commit
f1b9005c9c
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ build_cpp:
|
||||
|
||||
build_borded_cpp:
|
||||
@echo "Compiling Borded C++ version of isspam."
|
||||
@g++ -std=c++23 -Ofast borded_cpp/src/main3.cpp -o borded_cpp_exec -ltbb
|
||||
@g++ -std=c++23 -Ofast borded_cpp/src/main3.cpp -o borded_cpp_exec
|
||||
|
||||
build_risspam:
|
||||
@echo "Compiling 12bitfloat_risspam project."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user