Bug 234920 - graphics/wayland: strip and compile with default optimizations
Summary: graphics/wayland: strip and compile with default optimizations
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-x11 (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2019-01-13 13:04 UTC by Jan Beich
Modified: 2019-01-22 20:52 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (x11)


Attachments
v0 (608 bytes, patch)
2019-01-13 13:04 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2019-01-13 13:04:12 UTC
Created attachment 201098 [details]
v0

WITH_DEBUG has been defined since import. As the port stabilized over the years bugs are found elsewhere, so there's little reason to build this package in a different way to the rest (Mesa, libevdev, etc).
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-01-22 20:51:55 UTC
A commit references this bug:

Author: zeising
Date: Tue Jan 22 20:51:38 UTC 2019
New revision: 490980
URL: https://svnweb.freebsd.org/changeset/ports/490980

Log:
  graphics/wayland: disable debug build by default

  There is no need to build wayland with debug options by default.  This is
  most likely a left over from when it was first ported.

  PR:		234920
  Submitted by:	jbeich

Changes:
  head/graphics/wayland/Makefile
Comment 2 Niclas Zeising freebsd_committer freebsd_triage 2019-01-22 20:52:33 UTC
Comitted, thanks!