EspoTek / Labrador

EspoTek Labrador is a USB device that transforms your PC or smartphone into a fully-featured electronics lab. This repo holds all of the source code!
http://espotek.com
1.1k stars 117 forks source link

Replace -lomp with -fopenmp #187

Closed turboencabulator closed 3 years ago

turboencabulator commented 3 years ago

On my machine, libomp is part of clang, and libgomp is part of gcc. Using -fopenmp should let it choose the right (or at least the existing) library based on the compiler.

EspoTek commented 3 years ago

Good call!