mirror of
https://github.com/open-simh/simtools.git
synced 2026-04-28 12:47:20 +00:00
Prepare for development after released version.
This commit is contained in:
2
Makefile
2
Makefile
@@ -5,7 +5,7 @@
|
||||
|
||||
WARNS ?= -Wall -Wshadow -Wextra -pedantic -Woverflow -Wstrict-overflow
|
||||
OBJFORMAT = -DDEFAULT_OBJECTFORMAT_RT11=0
|
||||
CFLAGS ?= -O -ggdb -std=gnu99 $(WARNS) $(OBJFORMAT)
|
||||
CFLAGS ?= -O2 -ggdb -std=gnu99 $(WARNS) $(OBJFORMAT)
|
||||
|
||||
MACRO11_SRCS = macro11.c \
|
||||
assemble.c assemble_globals.c assemble_aux.c \
|
||||
|
||||
Reference in New Issue
Block a user