diff options
author | Peter Harris <peter@harr.ca> | 2017-03-27 21:27:51 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-03-28 23:01:48 +0300 |
commit | 65377ff16a032723cbc58b0f8d0166970ec45c77 (patch) | |
tree | 4570b999e7a0513053e9c9e59f4ea51a52be1d89 /authors.txt | |
parent | 2376d6eadfef6719d434cd130386aeb66070aff4 (diff) | |
download | meson-65377ff16a032723cbc58b0f8d0166970ec45c77.zip meson-65377ff16a032723cbc58b0f8d0166970ec45c77.tar.gz meson-65377ff16a032723cbc58b0f8d0166970ec45c77.tar.bz2 |
Fix warning making static libs on msvc/ninja
The MSVC static library tool, lib.exe, does not understand the same set
of arguments as the linker. Avoid a warning by not adding /DEBUG or /PDB
to the command line when invoking lib.exe
Diffstat (limited to 'authors.txt')
-rw-r--r-- | authors.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/authors.txt b/authors.txt index 02ba5e3..bb6d3cd 100644 --- a/authors.txt +++ b/authors.txt @@ -70,3 +70,4 @@ Marc Becker Michal Sojka Aaron Small Joe Baldino +Peter Harris |