← Back to team overview

instant team mailing list archive

Optimization

 

I'm having problem compiling a form (most likely because it's too big
for gcc).

Instant uses the following line:

gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
-Wstrict-prototypes -fPIC -I/usr/include -I/usr/include/python2.5 -c
form_4283833cdcba474be75fb4916c062cadb1125fb5_wrap.cxx -o
build/temp.linux-x86_64-2.5/form_4283833cdcba474be75fb4916c062cadb1125fb5_wrap.o
-O0

Shouldn't -O2 be replaced by -O0 when cppargs="-O0" is specified?

-- 
Anders

Attachment: signature.asc
Description: Digital signature


Follow ups