diff options
author | Jack Lloyd <[email protected]> | 2017-12-13 17:14:36 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-12-13 17:14:36 -0500 |
commit | 5e50a685750091849f59194fed9c5bef0685284c (patch) | |
tree | 4952f69e0aa1784ea88345bffb2c890a7aec7c2d /src/build-data/os/mingw.txt | |
parent | afcca925e4272858288ee4ac1ed95bb7cb8e1bfd (diff) |
Remove some unused OS feature flags
We are unlikely to ever use gettimeofday or memset_s going forward.
Also MinGW had the wrong flag for VirtualLock
Diffstat (limited to 'src/build-data/os/mingw.txt')
-rw-r--r-- | src/build-data/os/mingw.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/build-data/os/mingw.txt b/src/build-data/os/mingw.txt index 8d4e94249..f1db8fb43 100644 --- a/src/build-data/os/mingw.txt +++ b/src/build-data/os/mingw.txt @@ -19,8 +19,7 @@ mingw32 <target_features> cryptgenrandom loadlibrary -win32_virtual_lock -win32_get_systemtime +virtual_lock threads filesystem </target_features> |