On Sun, Jun 24, 2018 at 10:10:46PM +0200, Joachim Reichel wrote:
> > Doesn't seem to be fixed:
> > 
> > $ grep CGAL_CXX_FLAGS_INIT 
> > /usr/lib/x86_64-linux-gnu/cmake/CGAL/CGALConfig.cmake 
> > set(CGAL_CXX_FLAGS_INIT                   "-g -O2 
> > -fdebug-prefix-map=/build/cgal-KLLrNy/cgal-4.12=. -fstack-protector-strong 
> > -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 
> > -Wdate-time -D_FORTIFY_SOURCE=2" )
> 
> The flags are still there, but they are not used when compiling programs using
> CGAL. E.g. when using cgal_create_cmake_script on a trivial foo.cpp file
> containing a main() function we get
> 
> /usr/bin/c++ -DCGAL_USE_GMP -DCGAL_USE_GMPXX -DCGAL_USE_GMPXX=1 
> -DCGAL_USE_MPFR
> -isystem /usr/include/x86_64-linux-gnu -I/tmp/x -frounding-math -o
> CMakeFiles/foo.dir/foo.cpp.o -c /tmp/x/foo.cpp
> 
> /usr/bin/c++ -rdynamic CMakeFiles/foo.dir/foo.cpp.o -o foo -lmpfr -lgmpxx 
> -lgmp
> /usr/lib/x86_64-linux-gnu/libCGAL.so.13.0.2 -lmpfr -lgmpxx -lgmp

I noticed because this problem still affects #883986.

And the build logs at [1] also show plenty of the cgal -fdebug-prefix-map=

>   Joachim

cu
Adrian

[1] 
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/openscad.html

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

Reply via email to