Home
last modified time | relevance | path

Searched refs:CC_FLAGS (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/nanoapp_postprocess/
DMakefile20 CC_FLAGS = -Wall -Wextra -Werror -I../../lib/include --std=c99 macro
23 $(CC) $(CC_FLAGS) -o $(APP) -O2 $(SRC) -lelf
/device/google/contexthub/util/nanoapp_encr/
DMakefile20 CC_FLAGS = -Wall -Wextra -Werror macro
23 $(CC) $(CC_FLAGS) -o $(APP) -std=c99 -O2 $(SRC) \
/device/google/contexthub/util/nanoapp_sign/
DMakefile20 CC_FLAGS = -Wall -Werror -Wextra -std=gnu99 macro
23 $(CC) $(CC_FLAGS) -o $(APP) -O2 $(SRC) \