aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2015-08-13 12:02:33 -0400
committerBill Meier <wmeier@newsguy.com>2015-08-13 16:05:44 +0000
commit66f784a89fe376041e2e22c7b3fc61a901e322b6 (patch)
tree79af723f6d5d56f9ad3a30e242a75aa3b599d748 /config.nmake
parentcd76cf6df8808ae4133c88eeb15181f584389d35 (diff)
[config.nmake] Add minor comment about /Zo option for MSVC-2015
Change-Id: Ia4ffc543965160aaf6c39dc19764e62e9e82faa8 Reviewed-on: https://code.wireshark.org/review/10020 Reviewed-by: Bill Meier <wmeier@newsguy.com>
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.nmake b/config.nmake
index cbe2808495..787e64e3c9 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1035,6 +1035,7 @@ APPVER=5.02
# /Zo Output debug info allowing debuggers to display local values and trace into inline
# functions. For VS2013 Update 3. Assume all VS2013 builds are at least Update 3.
# See http://msdn.microsoft.com/en-us/library/dn785163.aspx
+# VS2015: On by default when /Zi or /Z7 used.
##Note: LOCAL_CFLAGS are flags used for *all* compilations
## STANDARD_CFLAGS (see below) are flags used just for *Wireshark* compilations