aboutsummaryrefslogtreecommitdiffstats
path: root/com32/samples/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'com32/samples/Makefile')
-rw-r--r--com32/samples/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/samples/Makefile b/com32/samples/Makefile
index 5ac2aad3..e14e08f1 100644
--- a/com32/samples/Makefile
+++ b/com32/samples/Makefile
@@ -1,6 +1,6 @@
## -----------------------------------------------------------------------
##
-## Copyright 2001-2004 H. Peter Anvin - All Rights Reserved
+## Copyright 2001-2007 H. Peter Anvin - All Rights Reserved
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
@@ -25,6 +25,7 @@ CC = gcc
LD = ld -m elf_i386
AR = ar
NASM = nasm
+NASMOPT = -O9999
RANLIB = ranlib
CFLAGS = $(M32) -mregparm=3 -DREGPARM=3 -W -Wall -march=i386 -Os -fomit-frame-pointer -I../libutil/include -I../include -D__COM32__
LNXCFLAGS = -W -Wall -O -g -I../libutil/include