mirror of
https://github.com/prirun/p50em.git
synced 2026-05-02 14:40:12 +00:00
makefile: add emwarn target to get crazy with compiler errors and warnings
This commit is contained in:
8
makefile
8
makefile
@@ -7,7 +7,13 @@ REV=${shell hg id -n}
|
|||||||
em: # Intel
|
em: # Intel
|
||||||
|
|
||||||
rm -rf em.o
|
rm -rf em.o
|
||||||
cc -DREV=\"${REV}\" -DNOTRACE -DFAST -DNOMEM -O em.c -o em
|
cc -DREV=\"${REV}\" -DNOTRACE -DFAST -DNOMEM -O -Winline em.c -o em
|
||||||
|
|
||||||
|
|
||||||
|
emwarn: # Intel
|
||||||
|
|
||||||
|
rm -rf em.o
|
||||||
|
cc -DREV=\"${REV}\" -DNOTRACE -DFAST -DNOMEM -O -Wall -Wextra -pedantic -Wconversion em.c -o em
|
||||||
|
|
||||||
|
|
||||||
debug: # gdb (Intel)
|
debug: # gdb (Intel)
|
||||||
|
|||||||
Reference in New Issue
Block a user