[hatari-devel] updates to cmake build system

npomarede at corp.free.fr npomarede at corp.free.fr
Wed Mar 17 12:15:37 CET 2010


On Wed, 17 Mar 2010, George Nakos wrote:

> Hello Npomarede,
>
> Wednesday, March 17, 2010, 11:09:15 AM, you wrote:
>
>>>>>> Could you compare the gcc flags when compiling cycInt.c with old makefiles
>>>>>> and the ones generated by cmake ?
>>>>>
>>>>> Nope, I don't have the old makefiles anymore, cmake overwrote them.
>>>
>>>> You can get them back by doing a "hg pull" in another directory if you
>>>> want to give a try.
>>>
>>> Sorry  to say, but I've totally forgotten how to pull a hg source tree
>>> from scratch!
>
>> nearly the same as when doing an update ; cd to an empty directory and run :
>
>> hg clone http://hg.berlios.de/repos/hatari
>
> Thanks! This is it:
>
> gcc -g -O2 -Wmissing-prototypes -Wstrict-prototypes -Wsign-compare -Wbad-function-cast -Wcast-qual  -Wpointer-arith -Wall -Wwrite-strings   -I.. -I./includes -Iuae-cpu -I./debug -I./falcon -DCONFDIR=\"/windows\" -I/mingw/include/SDL   -DENABLE_DSP_EMU=1  -c -o cycInt.o cycInt.c


Thanks ; do you also have the gcc line when using cmake ? (you can see it 
by running "VERBOSE=1 make" after runnig cmake).

There might be a difference in O2/O3

Nicolas



More information about the hatari-devel mailing list