Skip to content

Commit a21a62e

Browse files
author
ripley
committed
back out r87328 for now
git-svn-id: https://svn.r-project.org/R/trunk@87329 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 75de570 commit a21a62e

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

doc/NEWS.Rd

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@
158158
\itemize{
159159
\item Control of symbol visibility is now supported on macOS (the
160160
previous check only worked on ELF platforms).
161-
162-
\item Setting environment variable \env{_R_USE_NO_REMAP_} to a
163-
true valueforces \code{R_NO_REMAP} to be defined during
164-
compilation of C code, except for packages with a
165-
\file{src/Makefile}.
166161
}
167162
}
168163

src/library/tools/R/install.R

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2762,8 +2762,6 @@ if(FALSE) {
27622762
paste0("LTO_FC=", shQuote("$(LTO_FC_OPT)")))
27632763
else if(isFALSE(use_lto)) c("LTO=", "LTO_FC=")
27642764
)
2765-
if(config_val_to_logical(Sys.getenv("_R_USE_NO_REMAP_", "TRUE")))
2766-
makeargs <- c(makeargs, "XDEFS=-DR_NO_REMAP")
27672765
if(config_val_to_logical(Sys.getenv("_R_CXX_USE_NO_REMAP_", "TRUE")))
27682766
makeargs <- c(makeargs, "CXX_DEFS=-DR_NO_REMAP")
27692767
## if(config_val_to_logical(Sys.getenv("_R_USE_STRICT_R_HEADERS_", "FALSE")))

0 commit comments

Comments
 (0)