X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2FConfig.x86-sunos;h=2e58b5103093ff1bd4fe5bfc8963c48d776f5ae6;hb=8a632c14b592472873cfb214239c9387bc1a1ced;hp=5093355ad0af608cf7896408db0d489799b07886;hpb=402958f92506b9d3de852601b8c1ccb99b5ee558;p=sbcl.git diff --git a/src/runtime/Config.x86-sunos b/src/runtime/Config.x86-sunos index 5093355..2e58b51 100644 --- a/src/runtime/Config.x86-sunos +++ b/src/runtime/Config.x86-sunos @@ -1,5 +1,5 @@ CC=gcc -CFLAGS = -g3 -O2 -Wall -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -DSVR4 +CFLAGS = -g -O2 -Wall -D__EXTENSIONS__ -D_POSIX_C_SOURCE=199506L -DSVR4 -D_REENTRANT ASFLAGS = -Wall LD = ld NM = nm -xgp