-
Juan Quintela authored
Now we have to variables: QEMU_CFLAGS: flags without which we can't compile CFLAGS: "-g -O2" We can now run: make CFLAGS="-fbar" foo.o make CFLAGS="" foo.o make CFLAGS="-O3" foo.o And it all should work. Signed-off-by:
Juan Quintela <quintela@redhat.com>
Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
Message-Id: Juan Quintela authoredNow we have to variables: QEMU_CFLAGS: flags without which we can't compile CFLAGS: "-g -O2" We can now run: make CFLAGS="-fbar" foo.o make CFLAGS="" foo.o make CFLAGS="-O3" foo.o And it all should work. Signed-off-by:
Juan Quintela <quintela@redhat.com>
Signed-off-by:
Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Loading