Error while compile android using -release flag

Hi, I started again with a project for android, and I detected an small issue. If you first compile a project with -release option. It throws an error while compiling openFL libs. if you compile it using debug flag at least once then the release flag begins to work ok.

Could you post the error you get?

arm-linux-androideabi-g++ -Iinclude “–sysroot=C:\Development\Android NDK/platforms/android-9/arch-arm” “-IC:\Development\Android NDK/sources/cxx-stl/gnu-libstdc++/4.4.3/include” “-IC:\Development\Android NDK/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include” -DHXCPP_VISIT_ALLOCS -DHXCPP_API_LEVEL=311 -IC:/HaxeToolkit/haxe/lib/hxcpp/3,2,193/include -Iinclude -fpic -fvisibility=hidden -ffunction-sections -funwind-tables -fstack-protector -fno-short-enums "-D_LINUX_STDDEF_H " -Wno-psabi -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE__ -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=softfp -fomit-frame-pointer -fexceptions -fno-strict-aliasing -finline-limit=10000 -DANDROID=ANDROID -DHX_ANDROID -DHXCPP_ANDROID_PLATFORM=14 -Wa,–noexecstack -O2 -DNDEBUG -c -x c++ -Wno-invalid-offsetof -frtti ./src/openfl/text/TextFormatAlign.cpp -oC:/trabajos/Deck/cliente/mesaDeCartas/bin/android/obj/obj/android-v7/d395476d_TextFormatAlign.obj

File not found.