You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
220 B

  1. --- a/config
  2. +++ b/config
  3. @@ -31,6 +31,6 @@
  4. -Wshadow \
  5. -Wwrite-strings
  6. -CFLAGS = $(CWARNS) -ansi -O2 -I$(LUA_INC) \
  7. +CFLAGS = $(CWARNS) -O2 -I$(LUA_INC) \
  8. -I$(COMPAT_DIR) -I$(EXPAT_INC)
  9. CC = gcc