diff options
author | Debbie Wiles <debs@dwiles.demon.co.uk> | 2002-05-12 10:22:25 +0000 |
---|---|---|
committer | Debbie Wiles <debs@dwiles.demon.co.uk> | 2002-05-12 10:22:25 +0000 |
commit | 593231169e0ff50e8520e24b2eb1ca74a9052ddf (patch) | |
tree | bc473d28108eb099ec8d36cd31fa3105e0bbb08c /Mkfiles | |
parent | 87e1fcdab9501035d3d2642938d9e32b36e5ab06 (diff) | |
download | nasm-593231169e0ff50e8520e24b2eb1ca74a9052ddf.tar.gz nasm-593231169e0ff50e8520e24b2eb1ca74a9052ddf.tar.bz2 nasm-593231169e0ff50e8520e24b2eb1ca74a9052ddf.zip |
*** empty log message ***
Diffstat (limited to 'Mkfiles')
-rw-r--r-- | Mkfiles/Makefile.vc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mkfiles/Makefile.vc b/Mkfiles/Makefile.vc index 6669abf..1e8ec7d 100644 --- a/Mkfiles/Makefile.vc +++ b/Mkfiles/Makefile.vc @@ -8,7 +8,7 @@ # This Makefile is designed to build NASM as a Win32 command- # line executable. It's been tested with Visual C++ 1.10. -CC = cl /c /O +CC = cl /c /Ox /GF /I. QCL = cl /c LINK = cl LINKFLAGS = |