Skip to content

Commit

Permalink
Update Makefile (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
anoraktrend authored Jul 13, 2024
1 parent b8f66ef commit 1cef5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
DEFINES = -DSYS5 -DBSD_SELECT -DNO_CATGETS -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
CFLAGS += -O0 -march=native -mtune=native -flto -fcommon -lcurses

LDFLAGS= -s
LDFLAGS+= -s

main : ncurses

Expand Down

0 comments on commit 1cef5ef

Please sign in to comment.