Skip to content

Commit

Permalink
Switch back to dwarf-2 debug info on Windows/x86_64 by default.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@87091 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
kalibera committed Sep 3, 2024
1 parent 4778112 commit ed0b225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gnuwin32/MkRules.rules
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
## for Intel targets) is on PATH
LOCAL_SOFT ?= $(shell which `echo $(CC) | sed -e 's/ .*//g'` | sed -e 's!/bin/[^/]\+!!g')
EXT_LIBS ?= $(LOCAL_SOFT)
G_FLAG ?= $(if (USE_LLVM),-g3,-gdwarf-2)
G_FLAG ?= $(if $(USE_LLVM),-g3,-gdwarf-2)
USE_ATLAS ?= NO
ATLAS_PATH ?=
TOOL_PATH ?=
Expand Down

0 comments on commit ed0b225

Please sign in to comment.