Skip to content

Commit

Permalink
Update project file
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeganz committed Jan 9, 2018
1 parent 5fb179d commit 9498c56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ASTROQUT.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<Add option="-Wextra" />
<Add option="-Wall" />
<Add option="-g" />
<Add option="-ftemplate-backtrace-limit=0" />
</Compiler>
</Target>
<Target title="ReleaseO2">
Expand All @@ -41,6 +42,7 @@
<Option compiler="gcc" />
<Compiler>
<Add option="-O2" />
<Add option="-g" />
</Compiler>
</Target>
<Target title="ReleaseO3">
Expand All @@ -63,7 +65,6 @@
<Linker>
<Add option="-m64" />
<Add option="-fopenmp" />
<Add directory="include" />
</Linker>
<Unit filename=".gitignore" />
<Unit filename="include/WS.hpp" />
Expand All @@ -84,6 +85,7 @@
<Unit filename="src/WS.cpp" />
<Unit filename="src/fista/poisson.cpp" />
<Unit filename="src/main.cpp" />
<Unit filename="src/settings.cpp" />
<Unit filename="src/test.cpp" />
<Unit filename="src/test/fista.cpp" />
<Unit filename="src/test/matrix.cpp" />
Expand Down

0 comments on commit 9498c56

Please sign in to comment.