programs.sm64ex.extraCompileFlags

Extra flags to pass to the compiler. See https://github.com/sm64pc/sm64ex/wiki/Build-options for more information.

Type
null or (list of string)
Default
null
Example
[
  "BETTERCAMERA=1"
  "NODRAWINGDISTANCE=1"
];
Declared
<home-manager/modules/programs/sm64ex.nix>