nerdopolis__ | soreau: say what does the -g cflag do? I'm having difficulties finding what it does on Google and the man page | 00:03 |
---|---|---|
soreau | nerdopolis__: -g enables debug symbols | 00:06 |
nerdopolis__ | soreau: then I guess don't want that. | 00:07 |
soreau | From gcc man page: -g Produce debugging information in the operating system's native format (stabs, COFF, XCOFF, or DWARF 2). GDB can work with this debugging information. | 00:08 |
nerdopolis__ | soreau: that means it uses more space... I looked at Ubuntu's mesa package. they have -Os as a CFLAG. I was accidentaly passing -0s as a MAKEFLAG | 00:09 |
soreau | yea and don't mix up O with 0 ;) | 00:10 |
nerdopolis__ | Soreau: yeah. that was the problem too. 0 and O look the same in kate's default font... I just realized that | 00:14 |
soreau | nerdopolis__: You can see the install directories used for what configure options in the build log https://launchpadlibrarian.net/99008970/buildlog_ubuntu-precise-amd64.mesa_8.0.2-0ubuntu3_BUILDING.txt.gz | 00:28 |
soreau | https://launchpad.net/ubuntu/+source/mesa/8.0.2-0ubuntu3/+build/3370278 | 00:28 |
soreau | Here https://launchpad.net/ubuntu/+source/mesa if you scroll down click the > button next to the package you're interested in, you can get the build stats for it | 00:29 |
nerdopolis__ | dang. -Os didn't work | 00:35 |
nerdopolis__ | soreau: I guess I'll try to run the Ubuntu build script for mesa... then capturing the command line arguments for ./configure... | 00:39 |
soreau | nerdopolis__: You can apt-get source mesa and look at debian/rules to see the config options too | 00:43 |
nerdopolis__ | soreau: that file isn't that easy to read. they have conditionals for hurd in there! | 00:47 |
soreau | nerdopolis__: Then just use launchpad | 00:48 |
soreau | it has the package build log | 00:49 |
nerdopolis__ | soreau: good idea. I captured what gets captured to the ./configure by running and pausing. It seems so far --with-gallium-drivers= nothing. I think Wayland will need that as well as egl... | 00:50 |
nerdopolis__ | well... WESTON will need that | 00:51 |
soreau | nerdopolis__: Ubuntu packages gallium drivers afaik | 00:52 |
soreau | nerdopolis__: this doesn't have line numbers but search for 'configure' about the tenth instance down https://launchpadlibrarian.net/99008970/buildlog_ubuntu-precise-amd64.mesa_8.0.2-0ubuntu3_BUILDING.txt.gz | 00:53 |
soreau | you can see several different configure lines with different prefixes | 00:53 |
soreau | or actually it's the same prefix but building mesa in different parts | 00:54 |
nerdopolis__ | soreau: It just seems that way. look at all the posts that are there http://lists.freedesktop.org/archives/mesa-dev/2012-August/date.html | 00:54 |
soreau | nerdopolis__: What posts specifically? | 00:56 |
nerdopolis__ | Soreau: sorry. I guess Darxus asked me about mesa-dev on the #wayland channel... | 00:58 |
Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!