on macOS, configure displays the dwarf version used, currently dwarf=4
This commit is contained in:
parent
6b9c0024ac
commit
a0f88dca75
1 changed files with 2 additions and 2 deletions
4
configure
vendored
4
configure
vendored
|
@ -65,12 +65,12 @@ fi
|
||||||
case $targetos in
|
case $targetos in
|
||||||
Darwin)
|
Darwin)
|
||||||
darwin=yes
|
darwin=yes
|
||||||
confvars="$confvars OSX dll=no"
|
dwarf=4
|
||||||
|
confvars="$confvars OSX dll=no dwarf=$dwarf"
|
||||||
cc=`which cc`
|
cc=`which cc`
|
||||||
cc=`readlink $cc || echo clang`
|
cc=`readlink $cc || echo clang`
|
||||||
tcc_usrinclude="`xcrun --show-sdk-path`/usr/include"
|
tcc_usrinclude="`xcrun --show-sdk-path`/usr/include"
|
||||||
DLLSUF=".dylib"
|
DLLSUF=".dylib"
|
||||||
dwarf=4
|
|
||||||
;;
|
;;
|
||||||
Windows_NT|MINGW*|MSYS*|CYGWIN*)
|
Windows_NT|MINGW*|MSYS*|CYGWIN*)
|
||||||
mingw32=yes
|
mingw32=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue