Changeset 14785


Ignore:
Timestamp:
May 4, 2011, 11:33:59 PM (14 years ago)
Author:
Gary Byers
Message:

Speed up the ARM GC! (e.g, enable COPT=-O2 in the Makefile.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/lisp-kernel/linuxarm/Makefile

    r14784 r14785  
    3030CDEFINES = -DLINUX -DARM -D_REENTRANT -D_GNU_SOURCE -DUSE_FUTEX -DSVN_REVISION=$(SVN_REVISION)
    3131CDEBUG = -g
    32 COPT = #-O2
     32COPT = -O2
    3333# Once in a while, -Wformat says something useful.  The odds are against that,
    3434# however.
Note: See TracChangeset for help on using the changeset viewer.