touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #00748
[Bug 1342337] [NEW] DEB_BUILD_OPTIONS noopt not honored
Public bug reported:
Assuming build tools and dependencies are already installed, enter those
commands:
apt-get source libc6
cd eglibc-2.19
DEB_BUILD_OPTIONS="noopt nostrip" debuild -us -uc
Expected result: source files are compiled with -O0 flags
Actual result: source files are compiled with -O2 -O3 flags
** Affects: eglibc (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
Assuming build tools and dependencies are already installed, enter those
- commands :
+ commands:
apt-get source libc6
cd eglibc-2.19
DEB_BUILD_OPTIONS="noopt nostrip" debuild -us -uc
Expected result: source files are compiled with -O0 flags
Actual result: source files are compiled with -O2 -O3 flags
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to eglibc in Ubuntu.
https://bugs.launchpad.net/bugs/1342337
Title:
DEB_BUILD_OPTIONS noopt not honored
Status in “eglibc” package in Ubuntu:
New
Bug description:
Assuming build tools and dependencies are already installed, enter
those commands:
apt-get source libc6
cd eglibc-2.19
DEB_BUILD_OPTIONS="noopt nostrip" debuild -us -uc
Expected result: source files are compiled with -O0 flags
Actual result: source files are compiled with -O2 -O3 flags
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/eglibc/+bug/1342337/+subscriptions
Follow ups
References