diff options
Diffstat (limited to 'sim/arch-subdir.mk.in')
-rw-r--r-- | sim/arch-subdir.mk.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/arch-subdir.mk.in b/sim/arch-subdir.mk.in index 9eae1f3..6f9d4ad 100644 --- a/sim/arch-subdir.mk.in +++ b/sim/arch-subdir.mk.in @@ -16,3 +16,6 @@ # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. + +WARN_CFLAGS = @WARN_CFLAGS@ +WERROR_CFLAGS = @WERROR_CFLAGS@ |