Added lines for static C library compile option

This commit is contained in:
jlobue10 2023-04-03 07:49:42 -07:00 committed by GitHub
parent b006b1bd7d
commit 3a498ccb00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,3 +22,6 @@ FORMS += \
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
#QMAKE_LFLAGS += -static-libgcc -static-libstdc++
QMAKE_CFLAGS_RELEASE -= -O2