mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-04-21 06:25:43 +00:00
[BUILD] halog: make without arch-specific optimizations
This commit is contained in:
parent
ef78104947
commit
db40a1c8bd
@ -1,6 +1,6 @@
|
|||||||
EBTREE_DIR = ../../ebtree
|
EBTREE_DIR = ../../ebtree
|
||||||
INCLUDE = -I../../include -I$(EBTREE_DIR)
|
INCLUDE = -I../../include -I$(EBTREE_DIR)
|
||||||
OPTIMIZE = -O3 #-mtune=pentium-m
|
OPTIMIZE = -O3
|
||||||
|
|
||||||
OBJS = halog halog64
|
OBJS = halog halog64
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user