- added GCC flags
git-svn-id: http://moon:8086/svn/vhdl/trunk@1403 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@ analyze: $(BUILD_DIR) $(SRCS)
|
|||||||
$(GHDL) -a --work=$(NAME) --workdir=$(BUILD_DIR) --time-resolution=$(TS) $(SRCS)
|
$(GHDL) -a --work=$(NAME) --workdir=$(BUILD_DIR) --time-resolution=$(TS) $(SRCS)
|
||||||
|
|
||||||
anaborate: $(BUILD_DIR) $(SRCS)
|
anaborate: $(BUILD_DIR) $(SRCS)
|
||||||
$(GHDL_GCC) -c -o $(BUILD_DIR)/$(NAME) --work=$(NAME) --workdir=$(BUILD_DIR) $(SRCS) -e $(ENTITY_RUN)
|
$(GHDL_GCC) -c -o $(BUILD_DIR)/$(NAME) -Wc,O2 --work=$(NAME) --workdir=$(BUILD_DIR) $(SRCS) -e $(ENTITY_RUN)
|
||||||
-$(BUILD_DIR)/$(NAME) $(RUN_OPTS) >$(BUILD_DIR)/$(NAME).log
|
-$(BUILD_DIR)/$(NAME) $(RUN_OPTS) >$(BUILD_DIR)/$(NAME).log
|
||||||
|
|
||||||
run: analyze
|
run: analyze
|
||||||
|
|||||||
Reference in New Issue
Block a user