diff --git a/Makefile b/Makefile index 8d56b9d..b7c98dc 100644 --- a/Makefile +++ b/Makefile @@ -311,7 +311,7 @@ else ifeq ($(OS_IS_LINUX),1) SHARED_COMPILER_FLAGS := $(SYSTEM_COMPILER_FLAGS) -D_FILE_OFFSET_BITS=64 \ $(ARCH_COMPILER_FLAGS) \ $(GRAPHICS_COMPILER_FLAGS) $(AUDIO_COMPILER_FLAGS) \ - -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O3 -g1 -pthread + -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -pthread ifeq ($(SUBOS_IS_CHROME),1) SHARED_COMPILER_FLAGS += -Dchrome endif