This website requires JavaScript.
Explore
Help
Sign In
prenex
/
turbolist
Watch
1
Star
0
Fork
0
You've already forked turbolist
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
turbolist
/
makefile
5 lines
91 B
Makefile
Raw
Normal View
History
Unescape
Escape
integer
2024-08-27 09:32:53 +02:00
debug
:
time measurements against vector -currently slower bit by really minor bit
2024-08-27 10:50:44 +02:00
g++ --std
=
c++17 main.cpp -g -o main
integer
2024-08-27 09:32:53 +02:00
release
:
time measurements against vector -currently slower bit by really minor bit
2024-08-27 10:50:44 +02:00
g++ --std
=
c++17 main.cpp -O2 -o main
Reference in New Issue
Copy Permalink