mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-05 14:55:16 -04:00
[BUILD] Makefile: make without arch-specific optimizations
This commit is contained in:
parent
e3a93ff814
commit
f0e0d65abb
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue