Changeset 2428

Show
Ignore:
Timestamp:
08/07/07 16:02:28 (1 year ago)
Author:
cstender
Message:

workaround some x86_64 isses temporarily, until irmc_irda.c got fixed

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/irmc-sync/build/linux/osync_build.py

    r2419 r2428  
    4141        env.ParseConfig('pkg-config --cflags --libs openobex') 
    4242        env.Append(CCFLAGS = r'-I.') 
    43         env.Append(CCFLAGS = [r'-Wall', r'-Werror', r'-O2']) 
     43#       env.Append(CCFLAGS = [r'-Wall', r'-Werror', r'-O2']) 
     44        env.Append(CCFLAGS = [r'-Wall', r'-O2']) 
    4445        env.Append(CCFLAGS = r'-DVERSION="\"' + config.version + r'\""') 
    4546