Skip to content

Commit

Permalink
Linux build - no static libraries #10
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBremner committed Jul 1, 2020
1 parent ae326e6 commit 49973ea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion build/codeblocks/timberAllocation.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<Option object_output="obj/Debug/" />
<Option type="1" />
<Option compiler="gcc_v83" />
<Option parameters="../data/timber-alloc-data.txt" />
<Option parameters="../data/t3.txt" />
<Compiler>
<Add option="-g" />
</Compiler>
Expand All @@ -29,6 +29,16 @@
<Add option="-s" />
</Linker>
</Target>
<Target title="Linux">
<Option output="../../bin/timberAllocation" prefix_auto="1" extension_auto="1" />
<Option object_output="obj/Release/" />
<Option type="1" />
<Option compiler="gcc_v83" />
<Option projectLinkerOptionsRelation="1" />
<Compiler>
<Add option="-O2" />
</Compiler>
</Target>
</Build>
<Compiler>
<Add option="-Wall" />
Expand Down

0 comments on commit 49973ea

Please sign in to comment.