mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-09 06:42:19 -04:00
removed default debug flag in .pro files. Fixed up version.h in packaging script.
This commit is contained in:
parent
7c8788f86e
commit
2b8eafa1db
3 changed files with 11 additions and 7 deletions
|
@ -2,7 +2,7 @@ TEMPLATE = lib
|
|||
win32 {
|
||||
CONFIG += staticlib
|
||||
} else {
|
||||
CONFIG = staticlib debug
|
||||
CONFIG = staticlib
|
||||
}
|
||||
|
||||
DEFINES *= OPENSSL_NO_IDEA
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue