[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