mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 09:53:38 +02:00
CFLAGS -= -O3, difficult debugging
This commit is contained in:
parent
54603edcb9
commit
50fb0bd004
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
CFLAGS=-Wall -O3 -g
|
||||
CFLAGS=-Wall -g
|
||||
|
||||
OBJS=main.o map.o agent.o connection.o
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue