Bithack / principia

Open source physics-based sandbox game.
https://principia-web.se
Other
258 stars 25 forks source link

Do not pass CXX flags as CPP flags #102

Closed fgaz closed 9 months ago

fgaz commented 1 year ago

I assume that was not done on purpose since they are two different things (c++ and preprocessor) and there are already variables for shared flags (RELEASE_SHARED and DEBUG_SHARED). If otherwise please close

rollerozxa commented 9 months ago

I believe this should have been fixed now that we use CMake.