]> git.saurik.com Git - apple/boot.git/blobdiff - i386/nasm/Makefile
boot-93.tar.gz
[apple/boot.git] / i386 / nasm / Makefile
index 4622a5065bef1a11d3d3821489e6055ac8609b71..eee23ffcdfc135ef12b8ceae8d08a339ca529ebb 100644 (file)
@@ -10,7 +10,7 @@ MANINSTALLDIR = $(SYMROOT)
 INSTALLDIR = $(SYMROOT)
 
 OPTIM = -O2
-CFLAGS = $(OPTIM) -g  -Wall -traditional-cpp
+CFLAGS = $(OPTIM) -g  -Wmost -Werror
 DEFINES=
 INC = -I.
 ifneq "" "$(wildcard /bin/mkdirs)"