diff options
Diffstat (limited to 'packages/Makefile')
-rw-r--r-- | packages/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/Makefile b/packages/Makefile index 4914081f..6f3a20ab 100644 --- a/packages/Makefile +++ b/packages/Makefile @@ -85,9 +85,6 @@ ZEXY_VERSION := $(shell grep VERSION $(externals_src)/zexy/src/zexy.h | \ grep -v _VERSION | cut -d ' ' -f 3 | cut -d '"' -f 2) - -OPT_FLAGS = -O6 -funroll-loops -fomit-frame-pointer - # these are sent to all of the various Makefiles so that they all copy their # output to the same directory tree DEST_PATHS = BUILDLAYOUT_DIR=$(BUILDLAYOUT_DIR) \ |