Displaying 2 results from an estimated 2 matches for "93e09ba5b6fb".
2024 May 21
1
Default CXXFLAGS
On Tue, 21 May 2024 14:48:48 +0200
Kurt Hornik <Kurt.Hornik at wu.ac.at> wrote:
> I guess foer the CXXFLAGS we want dpkg-buildflags --get CXXFLAGS?
It must be the case. It's both the documented option [1] and it
currently differs from CFLAGS in the offending flag:
root at 93e09ba5b6fb:/# diff -u <(dpkg-buildflags --get CFLAGS | sed 's/ /\n/g') <(dpkg-buildflags --get CXXFLAGS | sed 's/ /\n/g')
--- /dev/fd/63 2024-05-21 12:54:12.275778573 +0000
+++ /dev/fd/62 2024-05-21 12:54:12.275778573 +0000
@@ -1,6 +1,5 @@
-g
-O2
--Werror=implicit-function-declaratio...
2024 May 21
1
Default CXXFLAGS
>>>>> Ivan Krylov writes:
> On Tue, 21 May 2024 07:08:02 -0500
> Dirk Eddelbuettel <edd at debian.org> wrote:
>> You cannot undo what it is in R's own /etc/R/Makeconf via a
>> programmatic way via some sort of option or alike.
> I think this is about the following line in debian/rules:
Without having looked in much detail, I guess foer the CXXFLAGS