diff options
author | Gian-Carlo Pascutto <gcp@sjeng.org> | 2012-07-16 20:40:16 +0200 |
---|---|---|
committer | Gregory Maxwell <greg@xiph.org> | 2012-07-16 16:45:04 -0400 |
commit | eeb7bd3d9d4569ac556f1fd70434abea571f57f3 (patch) | |
tree | e0a9710776412ca68877080b9ecb766274b5ffac /win32 | |
parent | 396c4e5e1edff67ce2a349d4f64107cbe91044cb (diff) | |
download | opus-eeb7bd3d9d4569ac556f1fd70434abea571f57f3.tar.gz |
Make MSVC build work in parallel.
The (non-default) temporary & output dirs configured in the projects could
cause issues when doing compilation on a multiprocessor machine. Cleaned
this up a little to use the defaults, which makes that work again and
doesn't make the output structure any worse. Also removed debug output for
release binaries & a tiny whitespace fix.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config.h b/win32/config.h index d95981f8..f41dda32 100644 --- a/win32/config.h +++ b/win32/config.h @@ -3,7 +3,7 @@ #define CELT_BUILD 1 -#define restrict +#define restrict #define inline __inline #define getpid _getpid |