X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FMake.config;h=27f8328682154a84cf69030c66a895878942ea2f;hb=44743cfb8f178f9e23f9a31b5057f42b797b521a;hp=dd7631327b8db857d67ee41b98486e6a5bc24028;hpb=a495d508b3e7d4f0ddbfe60066064474d1898e0d;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