add -W to specify window size.
various other little fixes.
This commit is contained in:
parent
3d72637f9b
commit
be36ff6885
36 changed files with 332 additions and 304 deletions
3
bin/9c
3
bin/9c
|
|
@ -12,7 +12,10 @@ usegcc()
|
|||
-Wno-switch \
|
||||
-Wno-comment \
|
||||
-Wno-sign-compare \
|
||||
-fno-omit-frame-pointer \
|
||||
"
|
||||
# want to put -fno-optimize-sibling-calls here but
|
||||
# that option only works with gcc3+ it seems
|
||||
cflags="$ngflags -ggdb"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue