mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-03 03:52:38 +00:00
[BUILD] Makefile: make without arch-specific optimizations
This commit is contained in:
parent
e3a93ff814
commit
f0e0d65abb
@ -1,5 +1,6 @@
|
||||
INCLUDE = -I../../include
|
||||
OPTIMIZE = -O3 -mtune=pentium-m
|
||||
#OPTIMIZE = -O3 -mtune=pentium-m
|
||||
OPTIMIZE = -O3
|
||||
|
||||
OBJS = halog halog64
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user