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
|
||||
Darwin)
|
||||
darwin=yes
|
||||
confvars="$confvars OSX dll=no"
|
||||
dwarf=4
|
||||
confvars="$confvars OSX dll=no dwarf=$dwarf"
|
||||
cc=`which cc`
|
||||
cc=`readlink $cc || echo clang`
|
||||
tcc_usrinclude="`xcrun --show-sdk-path`/usr/include"
|
||||
DLLSUF=".dylib"
|
||||
dwarf=4
|
||||
;;
|
||||
Windows_NT|MINGW*|MSYS*|CYGWIN*)
|
||||
mingw32=yes
|
||||
|
|
Loading…
Reference in a new issue