Support Board
Date/Time: Wed, 12 Feb 2025 00:35:07 +0000
Post From: Anyone using VIM and YcM to develop their custom studies (on Linux)?
[2020-09-21 08:55:53] |
mbilyanov - Posts: 62 |
I have passed all the flags to Ycm and it seems to be working: def Settings(**kwargs): return { 'flags': ['-march=x86-64', '-mtune=x86-64', '-O2', '-shared', '-static', '-static-libgcc', '-static-libstdc++', '-s', '-fno-rtti', '-fno-exceptions', '-I/home/mbilyanov/.wine/drive_c/SierraChartLinux/ACS_Source/']} |