mirror of
https://github.com/prirun/p50em.git
synced 2026-01-28 20:31:05 +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
|
||||
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user