mirror of
https://git.openafs.org/openafs.git
synced 2025-01-21 00:10:15 +00:00
debug-changes-20040406
Add run time checks to the compiler flags when debug
This commit is contained in:
parent
991edf329f
commit
6818e27fc3
@ -229,16 +229,20 @@ afscdefs =\
|
||||
# /Os favor small (over fast) code; seems to avoid 64-bit bugs in VC compiler
|
||||
|
||||
afscflags =\
|
||||
/Oy- \
|
||||
/Oy- \
|
||||
/GF \
|
||||
/Gd \
|
||||
/Gy \
|
||||
/GX \
|
||||
/Os
|
||||
|
||||
!IF ("$(AFSVER_CL)"!="1200")
|
||||
afscdefs = $(afscdefs) /G7 /GT /GS /GZ /RTCs /RTCu
|
||||
!ENDIF
|
||||
|
||||
!IF ("$(AFSDEV_BUILDTYPE)" == "FREE")
|
||||
|
||||
#afscflags = $(afscflags) /Ox
|
||||
afscflags = $(afscflags) /Ox
|
||||
cdebug = $(cdebug:-Od=) # avoid annoying override warning (D4025)
|
||||
cvarsdll = $(cvarsdll:-MDd=-MD)
|
||||
NODEBUG=1
|
||||
|
Loading…
Reference in New Issue
Block a user