stuarthayhurst / ammonite-engine

A simple OpenGL based graphics engine for experiments
MIT License
3 stars 1 forks source link

Link against libatomic #12

Closed stuarthayhurst closed 4 months ago

stuarthayhurst commented 5 months ago

Investigate linking against libatomic. It's working for now since all the atomics can be inlined, but the project should probably use -latomic in case this changes, or other compilers can't manage that.