"Run" does not build project when files change

已回答

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

@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

请先登录再写评论。