X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMake.config;h=27f8328682154a84cf69030c66a895878942ea2f;hb=a6707cab2ede5adc59479d16000cb938b386db36;hp=dd7631327b8db857d67ee41b98486e6a5bc24028;hpb=79d2377280eea5d40b83f39fd04e14eeda8db1e1;p=pintos-anon diff --git a/src/Make.config b/src/Make.config index dd76313..27f8328 100644 --- a/src/Make.config +++ b/src/Make.config @@ -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