updated readme
This commit is contained in:
@@ -2,40 +2,38 @@
|
||||
<CodeBlocks_project_file>
|
||||
<FileVersion major="1" minor="6" />
|
||||
<Project>
|
||||
<Option title="micro_aes" />
|
||||
<Option title="µAES" />
|
||||
<Option pch_mode="2" />
|
||||
<Option compiler="gcc" />
|
||||
<Option compiler="clang" />
|
||||
<Build>
|
||||
<Target title="Debug">
|
||||
<Option output="bin/Debug/micro_aes" prefix_auto="1" extension_auto="1" />
|
||||
<Option output="bin/Debug" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Debug/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option compiler="clang" />
|
||||
<Compiler>
|
||||
<Add option="-pedantic" />
|
||||
<Add option="-ansi" />
|
||||
<Add option="-Og" />
|
||||
<Add option="-pedantic-errors" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-std=c90" />
|
||||
<Add option="-g" />
|
||||
</Compiler>
|
||||
</Target>
|
||||
<Target title="Release">
|
||||
<Option output="bin/Release/micro_aes" prefix_auto="1" extension_auto="1" />
|
||||
<Option output="bin/Release" prefix_auto="1" extension_auto="1" />
|
||||
<Option object_output="obj/Release/" />
|
||||
<Option type="1" />
|
||||
<Option compiler="gcc" />
|
||||
<Option compiler="clang" />
|
||||
<Compiler>
|
||||
<Add option="-Os" />
|
||||
<Add option="-pedantic" />
|
||||
<Add option="-ansi" />
|
||||
<Add option="-pedantic-errors" />
|
||||
<Add option="-Wall" />
|
||||
<Add option="-std=c90" />
|
||||
</Compiler>
|
||||
<Linker>
|
||||
<Add option="-s" />
|
||||
</Linker>
|
||||
</Target>
|
||||
</Build>
|
||||
<Compiler>
|
||||
<Add option="-Wall" />
|
||||
</Compiler>
|
||||
<Unit filename="main.c">
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
@@ -43,6 +41,9 @@
|
||||
<Option compilerVar="CC" />
|
||||
</Unit>
|
||||
<Unit filename="micro_aes.h" />
|
||||
<Extensions />
|
||||
<Unit filename="micro_fpe.h" />
|
||||
<Extensions>
|
||||
<lib_finder disable_auto="1" />
|
||||
</Extensions>
|
||||
</Project>
|
||||
</CodeBlocks_project_file>
|
||||
|
||||
Reference in New Issue
Block a user