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
xmake create cache_test
cd cache_test
xmake b; xmake r
sed -i 's/hello/hola/g' src/main.cpp
xmake b; xmake r
sed -i 's/hola/hello/g' src/main.cpp
xmake b; xmake r
附加信息和错误日志
No response
The text was updated successfully, but these errors were encountered:
Xmake 版本
2.6.9
操作系统版本和架构
Windows 11 21H2
描述问题
如下,创建新项目,hello 改为 hola 再改回 hello,第三次编译未产生新的可执行文件
第三次编译时没有链接产生新的可执行文件,运行的仍为第二次编译产生的程序
期待的结果
应该产生新的可执行文件吧
工程配置
复现方法:
附加信息和错误日志
No response
The text was updated successfully, but these errors were encountered: