diff --git a/Building-PokerTH-for-Linux.md.md b/Building-PokerTH-for-Linux.md.md index 68c5759..e9791ea 100644 --- a/Building-PokerTH-for-Linux.md.md +++ b/Building-PokerTH-for-Linux.md.md @@ -45,7 +45,7 @@ Runtime libraries are not enough to compile. Development packages are mandatory ## Compilation ### Server (official): ``` -$ qmake QMAKE_CFLAGS_ISYSTEM="" CONFIG+="force_debug_info" -spec linux-g++ pokerth.pro +$ qmake QMAKE_CFLAGS_ISYSTEM="" -spec linux-g++ pokerth.pro $ make ``` Binaries are left in (./bin/pokerth_server and ./chatcleaner)