Cubitect / cubiomes

C library that mimics the Minecraft biome generation.
MIT License
556 stars 98 forks source link

Compiler flags for a library? #98

Open 69b69t opened 1 year ago

69b69t commented 1 year ago

Would it be possible to change some functions to not require the -fwrapv flag? Usually people copy/paste functions, and they(like i did) sometimes dont read that you need to include the -fwrapv flag.