Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed compile definitions and link libraries for MSVC #102

Merged
merged 1 commit into from
Oct 27, 2022
Merged

Fixed compile definitions and link libraries for MSVC #102

merged 1 commit into from
Oct 27, 2022

Conversation

CHERTS
Copy link
Contributor

@CHERTS CHERTS commented Oct 27, 2022

ref #5

If use
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} /arch:AVX2 /D_CRT_SECURE_NO_WARNINGS=1")
then the compile definition _CRT_SECURE_NO_WARNINGS is not set in the VisualStudio project file

I fixed this bug and added compile definitions __AVX2__

@ggerganov ggerganov merged commit 9820234 into ggerganov:master Oct 27, 2022
mattsta pushed a commit to mattsta/whisper.cpp that referenced this pull request Apr 1, 2023
* add srt subtitle export utility

* simplifying

Co-authored-by: Jong Wook Kim <[email protected]>
kultivator-consulting pushed a commit to KultivatorConsulting/whisper.cpp that referenced this pull request Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants