diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -27,8 +27,6 @@ MAKE = make endif ifeq ($(findstring NetBSD,$(PLATFORM)), NetBSD) MAKE = gmake -else -MAKE = make endif OPT = -g -O2 -ffast-math -Wall -Wno-sign-compare |