kokkos / nvcc_wrapper

Wrapper shell script for NVIDIA nvcc to better conform to host compiler command line arguments
7 stars 13 forks source link

Fix linker flag filter #22

Closed ibaned closed 6 years ago

ibaned commented 6 years ago

The old filter was interpreting the warning flag "-Wlogical-op" as a linker flag. We need to require that there be a comma after the "l".