Skip to content

Instantly share code, notes, and snippets.

@FGFW
Last active January 18, 2018 13:25
Show Gist options
  • Save FGFW/76850d3da2651dd5f5b8acc046ecdde6 to your computer and use it in GitHub Desktop.
Save FGFW/76850d3da2651dd5f5b8acc046ecdde6 to your computer and use it in GitHub Desktop.
配置Nim的默认编译参数 release build并运行 ref: https://qiita.com/codegay/items/b6a98d3a08045d069f92
# Configuration file for the Nim Compiler.
# (c) 2017 Andreas Rumpf
# Feel free to edit the default values as you need.
# You may set environment variables with
# @putenv "key" "val"
# Environment variables can be accessed like so:
# gcc.path %= "$CC_PATH"
cc = gcc
r
d:release
...
...
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment