aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 20695550b6..6bff714d9a 100755
--- a/configure
+++ b/configure
@@ -314,7 +314,7 @@ CheckNASM()
else
case $_host_os in
mingw* | cygwin*)
- NASMFLAGS="-f win32 -w-orphan-labels"
+ NASMFLAGS="-f win32"
;;
darwin*)
NASMFLAGS="-f macho"