Skip to content

Commit

Permalink
disable ncurse to disbale the warnings about missing symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucy Ada Randall authored and Lucy Ada Randall committed Jun 3, 2024
1 parent bca7e65 commit c8792f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEFINES = -DSYS5 -DBSD_SELECT -DNCURSE -DHAS_UNISTD -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB -DHAS_SYS_WAIT -DSLCT_HDR
DEFINES = -DSYS5 -DBSD_SELECT -DHAS_NCURSES -DHAS_UNISTD -DHAS_STDLIB -DHAS_CTYPE -DHAS_SYS_IOCTL -DHAS_SYS_WAIT -DHAS_UNISTD -DHAS_STDARG -DHAS_STDLIB -DHAS_SYS_WAIT -DSLCT_HDR

CFLAGS= -O0 -march=native -mtune=native -flto -fcommon -lcurses

Expand Down

0 comments on commit c8792f2

Please sign in to comment.