Skip to content

Commit

Permalink
test for my sanity
Browse files Browse the repository at this point in the history
  • Loading branch information
TysonRayJones committed Feb 2, 2024
1 parent 9f447a0 commit 00a2349
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ on:

env:
# MSVC doesn't support C99, but C++14 has similar conformance
C_FLAGS: -Isrc -std:c++14
C_FLAGS: -Isrc -std=c++14

# MSVC requires : syntax
CPP_FLAGS: -Isrc -std:c++14
CPP_FLAGS: -Isrc -std=c++14

# NVCC requires = syntax (yes, really!)
CUDA_FLAGS: -Isrc -std=c++14 -arch=sm_61 -lcudart
Expand Down

0 comments on commit 00a2349

Please sign in to comment.