summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2019-08-06 23:25:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-08-06 23:25:25 +0000
commit21eb595319746a669a742d210eaa413c728e7fad (patch)
tree502ded26cf142d542bebc05afd2c0ef740f46193
parente62fca4a4a7f10e4f1e0506f2cfdb6c1c4b7cf3a (diff)
parentae7da08354c1392d2d1b0153a2e9bc923d375915 (diff)
downloadnasm-21eb595319746a669a742d210eaa413c728e7fad.tar.gz
Merge "Revert "Skip compiling ilog2.c on Windows where 'inline' uses C++ semantics""
-rw-r--r--BUILD.gn6
1 files changed, 0 insertions, 6 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 8cb1af7d..dd52d884 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -95,12 +95,6 @@ if (current_toolchain == host_toolchain) {
"config/msvc.h",
]
- # On Windows, inline functions do not require out of line definitions.
- # crbug.com/989745
- if (is_win) {
- sources -= [ "nasmlib/ilog2.c" ]
- }
-
configs -= configs_to_delete
configs += configs_to_add
configs += [ ":nasm_config" ]