THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY. A new Flyspray task has been opened. Details are below.
User who did this - Matthew Thode (prometheanfire) Attached to Project - awesome Summary - over specified cflags Task Type - Bug Report Category - Build system Status - Unconfirmed Assigned To - Operating System - All Severity - Low Priority - Normal Reported Version - git/master Due in Version - Undecided Due Date - Undecided Details - over-specified cflags We (gentoo) have noticed that there there is some over optimization being forced in the build and have created a patch to remove the over specified flags. https://bugs.gentoo.org/show_bug.cgi?id=509658 -O1 not needed (sometimes users specify diferently) -ggdb3 used for debug info -rdynamic also used for debug info Let us know if you have questions or if there was a specific need for a flag. diff -u awesome-3.5.5/awesomeConfig.cmake awesome-3.5.5.new/awesomeConfig.cmake --- awesome-3.5.5/awesomeConfig.cmake 2014-08-24 23:28:04.178646000 -0400 +++ awesome-3.5.5.new/awesomeConfig.cmake 2014-08-24 23:28:44.204646000 -0400 @@ -16,7 +16,7 @@ option(GENERATE_DOC "generate API documentation" ON) # {{{ CFLAGS -add_definitions(-O1 -std=gnu99 -ggdb3 -rdynamic -fno-strict-aliasing -Wall -Wextra +add_definitions(-std=gnu99 -fno-strict-aliasing -Wall -Wextra -Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings -Wsign-compare -Wunused -Wno-unused-parameter -Wuninitialized -Winit-self -Wpointer-arith -Wformat-nonliteral More information can be found at the following URL: https://awesome.naquadah.org/bugs/index.php?do=details&task_id=1294 You are receiving this message because you have requested it from the Flyspray bugtracking system. If you did not expect this message or don't want to receive mails in future, you can change your notification settings at the URL shown above. -- To unsubscribe, send mail to awesome-devel-unsubscr...@naquadah.org.