diff options
author | Richard Lowe <richlowe@richlowe.net> | 2012-07-15 15:11:54 -0400 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2012-07-16 17:17:24 +0000 |
commit | eba6b6b72086d19f3d6ef1b1d31d33be0812a3ab (patch) | |
tree | f6d06d338e566fd6ae9e46c4141a8df2b40f7741 | |
parent | 2f538a66aa75324ef013e35cb904ea06eae1fae8 (diff) | |
download | illumos-kvm-eba6b6b72086d19f3d6ef1b1d31d33be0812a3ab.tar.gz |
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -107,14 +107,12 @@ KERNEL_CFLAGS = \ -Wpointer-arith \ -gdwarf-2 \ -std=gnu99 \ - -fno-dwarf2-indirect-strings \ -mno-red-zone USER_CFLAGS = \ -finline \ -gdwarf-2 \ -std=gnu89 \ - -fno-dwarf2-indirect-strings \ -Wno-missing-braces \ -Wno-sign-compare \ -Wno-parentheses \ |