"Run" does not build project when files change
Answered
Hi all,
Every time that I call "Run" CLion runs my program even if I've changed the source files. In most other IDE's I've used (including AppCode), calling "Run" typically triggers a build if the source has changed. Is this the normal behavior of CLion? If it isn't, is there a setting that I am missing?
Thanks,
c.
Please sign in to leave a comment.
@Cris Mendoza please check the corresponding run configuration (Run | Edit Configurations...): is the "Build" action specified in the "Before launch" section?
That fixed it, thanks!