martmists
07/18/2024, 1:27 PMTarget-specific options only applicable to the certain target can be specified as well:
compilerOpts = -DBAR=bar
compilerOpts.linux_x64 = -DFOO=foo1
compilerOpts.macos_x64 = -DFOO=foo2
Is there a list of all these targets? IntelliJ is showing a warning for using linux_arm64.Adam S
07/18/2024, 4:30 PM