Skip to content
This repository has been archived by the owner on Mar 20, 2022. It is now read-only.

Commit

Permalink
Remove Buster compat from Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
torralbaa committed Jan 7, 2022
1 parent 1df8237 commit 98a741f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ else
VFLAGS+=-X -O3
endif

ifndef NO_BUSTER_COMPAT
VFLAGS+=-D BUSTER_COMPAT
endif

./build/gmcpil: ./build/ $(SRCS)
valac $(VFLAGS) $(SRCS) -o ./build/gmcpil
ifndef DEBUG
Expand Down

0 comments on commit 98a741f

Please sign in to comment.