mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 14:54:20 +01:00
3719bf2c2f
git-svn-id: file:///svn/toku/tokudb@43686 c7de825b-a66e-492c-adef-691d508d4ae1
4 lines
167 B
Makefile
4 lines
167 B
Makefile
CPPFLAGS= -D_GNU_SOURCE -I../../toku_include
|
|
CFLAGS=-O2 -Wall -W -Werror
|
|
LDFLAGS=-lpthread
|
|
default: trylock trylock-rdtsc mfence-benchmark process_locks pthread-locks
|