Skip to content

Commit 4b9ccbe

Browse files
committed
Make linux_ppc use only -O, not -O2.
1 parent c6a6597 commit 4b9ccbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/template/linux_ppc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AROPT:crs
2-
CFLAGS:-O2
2+
CFLAGS:-O -mieee # optimization -O2 removed because of egcs problem
33
SHARED_LIB:-fpic
44
ALL:
55
SRCH_INC:

0 commit comments

Comments
 (0)