"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.

0
2 comments

@Cris Mendoza please check the corresponding run configuration (Run | Edit Configurations...): is the "Build" action specified in the "Before launch" section?

1
Avatar
Permanently deleted user

That fixed it, thanks! 

0

Please sign in to leave a comment.