[00:03] soreau: say what does the -g cflag do? I'm having difficulties finding what it does on Google and the man page [00:06] nerdopolis__: -g enables debug symbols [00:07] soreau: then I guess don't want that. [00:08] 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:09] 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:10] yea and don't mix up O with 0 ;) [00:14] Soreau: yeah. that was the problem too. 0 and O look the same in kate's default font... I just realized that [00:28] 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] https://launchpad.net/ubuntu/+source/mesa/8.0.2-0ubuntu3/+build/3370278 [00:29] 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:35] dang. -Os didn't work [00:39] soreau: I guess I'll try to run the Ubuntu build script for mesa... then capturing the command line arguments for ./configure... [00:43] nerdopolis__: You can apt-get source mesa and look at debian/rules to see the config options too [00:47] soreau: that file isn't that easy to read. they have conditionals for hurd in there! [00:48] nerdopolis__: Then just use launchpad [00:49] it has the package build log [00:50] 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:51] well... WESTON will need that [00:52] nerdopolis__: Ubuntu packages gallium drivers afaik [00:53] 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] you can see several different configure lines with different prefixes [00:54] or actually it's the same prefix but building mesa in different parts [00:54] 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:56] nerdopolis__: What posts specifically? [00:58] Soreau: sorry. I guess Darxus asked me about mesa-dev on the #wayland channel...