mbedtls: Cosmetic cleanups
[openwrt/staging/jogo.git] / package / libs / mbedtls / Makefile
index 8e0a480e40b74ae035fa4026c8ee984e2e283148..19db4b803bacb19ef08468be254576b23698d738 100644 (file)
@@ -64,9 +64,9 @@ endef
 PKG_INSTALL:=1
 
 TARGET_CFLAGS += -ffunction-sections -fdata-sections
+TARGET_CFLAGS := $(filter-out -O%,$(TARGET_CFLAGS))
 
 CMAKE_OPTIONS += \
-       -DCMAKE_BUILD_TYPE:String="Release" \
        -DUSE_SHARED_MBEDTLS_LIBRARY:Bool=ON \
        -DENABLE_TESTING:Bool=OFF \
        -DENABLE_PROGRAMS:Bool=ON