Commit c604b272 authored by Dominik Charousset's avatar Dominik Charousset

Re-enable release build on FreeBSD

parent cb8d572c
...@@ -46,7 +46,7 @@ config = [ ...@@ -46,7 +46,7 @@ config = [
tools: ['clang'], tools: ['clang'],
]], ]],
['FreeBSD', [ ['FreeBSD', [
builds: ['debug'], // no release build for now, because it takes 1h builds: ['debug', 'release'],
tools: ['clang'], tools: ['clang'],
]], ]],
['Windows', [ ['Windows', [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment