[Sablevm-developer] set the CFLAGS and inlined does not work...
Brought to you by:
egagnon
From: David <db...@cs...> - 2004-04-05 18:31:32
|
Hi, If the CFLAGS env variable is set (even to an empty string) when SableVM is built, the inlined interpreter will crash quite early. Both on x86 and ppc with several compiler versions... I looked quickly and not having the CFLAGS set, the compiler receives: -g -O2 in addition to SableVM specified CFLAGS in ./configure. Setting the CFLAGS env var to "-g -O2" or only "-O2" works. So, maybe we could specify -O2 explicitly in configure.ac and/or warn the user if he/she specifies his/her own CFLAGS. Any comments? David --- David B=E9langer Graduate Student School of Computer Science McGill University Office: MC226 Web page: http://www.cs.mcgill.ca/~dbelan2/ Public key: http://www.cs.mcgill.ca/~dbelan2/public_key.txt |