Skip to content

Commit

Permalink
configure: enable codesign by default on macOS.
Browse files Browse the repository at this point in the history
It is useful for the default configuration to just
work out of the box and pass tests instead of crashing
in unexplained ways.
  • Loading branch information
rdoeffinger committed Nov 27, 2023
1 parent c45cb65 commit 0655fd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Advanced options (experts only):
--config-bcheck=no disable bounds checker (-b)
--config-predefs=no do not compile tccdefs.h, instead just include
--config-new_macho=no|yes Force apple object format (autodetect osx <= 10)
--config-codesign Use codesign on apple to sign executables
--config-codesign=no do not use codesign on apple to sign executables
--dwarf=x Use dwarf debug info instead of stabs (x=2..5)
Cross build options (experimental):
Expand Down Expand Up @@ -320,6 +320,7 @@ case $targetos in
Darwin)
dwarf=4
confvars="$confvars OSX"
default_conf "codesign"
DLLSUF=".dylib"
if test -z "$build_cross"; then
cc=`command -v cc`
Expand Down

0 comments on commit 0655fd9

Please sign in to comment.