-Added IRQ to PCI
[pintos-anon] / src / Make.config
index dd7631327b8db857d67ee41b98486e6a5bc24028..27f8328682154a84cf69030c66a895878942ea2f 100644 (file)
@@ -23,7 +23,7 @@ CAT = cat
 
 # Compiler and assembler invocation.
 WARNINGS = -Wall -W -Wstrict-prototypes -Wmissing-prototypes -Wsystem-headers
-CFLAGS = -g -O3 -MMD -msoft-float 
+CFLAGS = -g -MMD -msoft-float -masm=intel
 ASFLAGS = -Wa,--gstabs -MMD
 
 %.o: %.c