pjungeblut / ntlib

C++ library containing common number theory implementations
MIT License
0 stars 0 forks source link

Do not use `CMAKE_CXX_FLAGS`. #87

Open pjungeblut opened 1 month ago

pjungeblut commented 1 month ago

Bad practice. C++ version can be set by compile features (#86 ). What about optimization level and -Wall and other flags?

pjungeblut commented 4 weeks ago

Resources: