Bug #503
Quassel-Build's don't work under Windows
Start date:
01/26/2009
Due date:
% Done:
0%
Estimated time:
Version:
0.3.0.x
OS:
Windows
Description
Hi,
my Windows-Build only run on my Build-Box.
On other Windows-Boxes with .Net and redistributable
it does not work.
Gruß,
Datafreak
Associated revisions
Merge branch 'select-account-from-cli' of https://github.com/justjanne/quassel
Closes #503.
History
#1 Updated by Datafreak almost 16 years ago
"set(CMAKE_BUILD_TYPE Release)" is missing
#2 Updated by EgS almost 16 years ago
- Assignee set to Sputnick
#3 Updated by Sputnick almost 16 years ago
- Target version changed from 0.4.0 to 0.5.0
- OS set to Any
#4 Updated by Sputnick about 15 years ago
- Target version deleted (
0.5.0)
#5 Updated by johu almost 15 years ago
- Status changed from New to Resolved
- Target version set to 0.6.0
- Version changed from 0.3.1+ to 0.3.0.x
- OS changed from Any to Windows
Set CMAKE_BUILD_TYPE=RelWithDebugInfo if it's not set manually.
Also, we enable some gcc flags to provide for better debugging information.
Use -DCMAKE_BUILD_TYPE=Debug for mostly optimized, but debuggable builds.
Use -DCMAKE_BUILD_TYPE=Debugfull for -g3 (all debug info).
This should fix #503 too (I hope)