Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
aim
Commits
ee2b3cda
Commit
ee2b3cda
authored
Jun 24, 2019
by
Filip Stedronsky
Browse files
aim-sort dovoluje vícevláknová řešení
parent
862f889a
Changes
1
Hide whitespace changes
Inline
Side-by-side
aim-sort/Makefile
View file @
ee2b3cda
# 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:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment