Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Debug configuration does not build successfully. #1

Closed
XenHat opened this issue Sep 23, 2015 · 1 comment
Closed

Debug configuration does not build successfully. #1

XenHat opened this issue Sep 23, 2015 · 1 comment

Comments

@XenHat
Copy link

XenHat commented Sep 23, 2015

The current Telegram (for Desktop) build directives instructs readers to build both Debug and Release configurations of the Opus library. I do not know if this is an oversight or not, but the Debug configuration does not build for multiple reasons:

// m.cpp
int a() {
// I'm pretty sure this goes against several cpp rules.
// This generates C4716
}

Upon adding a generic "return 0;", another error crops up:
error LNK1561: entry point must be defined | Project: m

The release configuration builds fine, however, and the directives makes me believe that only Release is required.

@john-preston
Copy link
Member

It should work now :D

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants