mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
624f1b4eca
* WIP commit * more jemalloc wip * v db * add license * v db * apply format diff * fix script * WIP commit * fix ARFLAGS for the wrapper * CR stuff * v db * use separate_arguments to add -Wl, to linker flags * say "-Xlinker" three times and it will come. * make assembler compile only. * disable _FOR_BUILD if crosscompiling. use function instead of macro. Remove AS settings * ignore settings for osx until somebody knows how to fix it. * CR z_vcpkg_make_set_env * CI retrigger * make conflicting options an error * remove DEFINED since the options are always defined
13 lines
358 B
Diff
13 lines
358 B
Diff
diff --git a/configure.ac b/configure.ac
|
|
index 3115504e2..ffb504b08 100644
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -749,6 +749,7 @@ case "${host}" in
|
|
so="dll"
|
|
if test "x$je_cv_msvc" = "xyes" ; then
|
|
importlib="lib"
|
|
+ JE_APPEND_VS(CPPFLAGS, -DJEMALLOC_NO_PRIVATE_NAMESPACE)
|
|
DSO_LDFLAGS="-LD"
|
|
EXTRA_LDFLAGS="-link -DEBUG"
|
|
CTARGET='-Fo$@'
|