You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Readme mentions enabling/disabling features, but apparently this does not work when trying to disable something which is enabled in config.h already, for example:
will have no effect since -Dxxx=y compiler flag does not overwrite value included from header.
I think that build system must patch/overwrite config.h to turn features off (which I'm not even sure is possible right now)
Readme mentions enabling/disabling features, but apparently this does not work when trying to disable something which is enabled in
config.h
already, for example:will have no effect since
-Dxxx=y
compiler flag does not overwrite value included from header.I think that build system must patch/overwrite config.h to turn features off (which I'm not even sure is possible right now)
Related raysan5/raylib#4411
The text was updated successfully, but these errors were encountered: