Remove old -O2 flag

This commit is contained in:
Zerocker 2020-06-05 21:12:44 +09:00
parent caea5ec4cb
commit 2ae6e0fac0
1 changed files with 0 additions and 4 deletions

View File

@ -295,10 +295,6 @@ ifeq ($(TARGET_WEB),1)
OPT_FLAGS := -O2 -g4 --source-map-base http://localhost:8080/
endif
# Use a default opt flag for gcc, then override if RPi
# OPT_FLAGS := -O2 # "Whole-compile optimization flag" Breaks sound on x86.
ifeq ($(TARGET_RPI),1)
machine = $(shell sh -c 'uname -m 2>/dev/null || echo unknown')
# Raspberry Pi B+, Zero, etc