diff options
author | 1999-09-25 16:20:37 +0000 | |
---|---|---|
committer | 1999-09-25 16:20:37 +0000 | |
commit | d74273ec5af537016696ba682abc96ca2c1823f6 (patch) | |
tree | bcbc1e6ad789c441de2c3bfa9af3f38cf57472bc | |
parent | Tidying and minor changes from or based on jsm28@cam.ac.uk's work for the (diff) | |
download | wireguard-openbsd-d74273ec5af537016696ba682abc96ca2c1823f6.tar.xz wireguard-openbsd-d74273ec5af537016696ba682abc96ca2c1823f6.zip |
gcc optimization bug appears gone since 2.8.1 became history.
-rw-r--r-- | games/bs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/bs/Makefile b/games/bs/Makefile index 02fd8ed8687..dfd6c6f33e7 100644 --- a/games/bs/Makefile +++ b/games/bs/Makefile @@ -1,11 +1,9 @@ -# $OpenBSD: Makefile,v 1.6 1998/12/31 23:43:04 millert Exp $ +# $OpenBSD: Makefile,v 1.7 1999/09/25 16:20:37 pjanzen Exp $ PROG= bs MAN= bs.6 DPADD= ${LIBCURSES} LDADD= -lcurses HIDEGAME=hidegame -# XXX - -O2 exposes a gcc optimizer bug -CFLAGS= -O ${PIPE} ${DEBUG} .include <bsd.prog.mk> |