/usr/share/Coin/conf/simage-default.cfg is in libsimage-dev 1.7.1~2c958a6.dfsg-4.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | # prefix is determined in simage-config script, making the package "movable"
# prefix="/usr"
exec_prefix="${prefix}"
version="1.7.1a"
cppflags=" -I${prefix}/include -Wdate-time -D_FORTIFY_SOURCE=2"
cflags=""
ldflags="-L${prefix}/lib/x86_64-linux-gnu -Wl,-Bsymbolic-functions -Wl,-z,relro"
libs="-lsimage -logg -lvorbis -lvorbisfile -ltiff -lpng -lz -ljpeg -lm"
compiler="gcc"
compiler_is_gcc=yes
|