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 1 week ago

stuarthayhurst commented 1 month 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.