Skip to content
Snippets Groups Projects
Commit ee2b3cda authored by Filip Stedronsky's avatar Filip Stedronsky
Browse files

aim-sort dovoluje vícevláknová řešení

parent 862f889a
No related branches found
No related tags found
No related merge requests found
# Compilation settings:
CFLAGS=-Wall -std=gnu99 $(MYCFLAGS)
CFLAGS=-Wall -std=gnu99 -pthread $(MYCFLAGS)
LDFLAGS=-lm $(MYLDFLAGS)
OPTCFLAGS=$(CFLAGS) -O3 -march=native -DNDEBUG
OPTCFLAGS=$(CFLAGS) -ggdb3 -O3 -march=native -DNDEBUG
DBGCFLAGS=$(CFLAGS) -ggdb3
# Benchmarking settings:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment