diff options
author | Frans Kaashoek <[email protected]> | 2019-07-02 14:09:38 -0400 |
---|---|---|
committer | Frans Kaashoek <[email protected]> | 2019-07-02 14:09:38 -0400 |
commit | 84c759fc02c7843b64a1bafc843cd80fe3c9d7ee (patch) | |
tree | bf89c5b37bf1a24c1d8a0a71ab10eaecb5ee7b0d /Makefile | |
parent | 37ac6f8f4fa9a7fc1ddcacc3a97b30c400e52123 (diff) | |
download | xv6-labs-84c759fc02c7843b64a1bafc843cd80fe3c9d7ee.tar.gz xv6-labs-84c759fc02c7843b64a1bafc843cd80fe3c9d7ee.tar.bz2 xv6-labs-84c759fc02c7843b64a1bafc843cd80fe3c9d7ee.zip |
x
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ OBJCOPY = $(TOOLPREFIX)objcopy OBJDUMP = $(TOOLPREFIX)objdump # CFLAGS = -fno-pic -static -fno-builtin -fno-strict-aliasing -Wall -MD -ggdb -Werror -fno-omit-frame-pointer -O -CFLAGS = -Wall -Werror -O0 -fno-omit-frame-pointer -ggdb +CFLAGS = -Wall -Werror -O -fno-omit-frame-pointer -ggdb CFLAGS += -mcmodel=medany CFLAGS += -ffreestanding -fno-common -nostdlib -mno-relax CFLAGS += -I. |